|
@@ -40,10 +40,10 @@
|
|
<el-table-column prop="secretaryWeigher" label="司称员"></el-table-column>
|
|
<el-table-column prop="secretaryWeigher" label="司称员"></el-table-column>
|
|
<el-table-column prop="grossDate" label="称重时间">
|
|
<el-table-column prop="grossDate" label="称重时间">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{scope.row.grossDate}}
|
|
|
|
- <span v-if="scope.row.grossDate == null">
|
|
|
|
- {{scope.row.tareDate}}
|
|
|
|
- </span>
|
|
|
|
|
|
+ {{scope.row.grossDate}}
|
|
|
|
+ <span v-if="scope.row.grossDate == null">
|
|
|
|
+ {{scope.row.tareDate}}
|
|
|
|
+ </span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="addressUrl" label="附件">
|
|
<el-table-column prop="addressUrl" label="附件">
|
|
@@ -51,7 +51,7 @@
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" />
|
|
src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" />
|
|
<span v-if="scope.row.addressUrlArray != null">
|
|
<span v-if="scope.row.addressUrlArray != null">
|
|
- {{scope.row.addressUrlArray.length == 0? '': scope.row.addressUrlArray.length}}
|
|
|
|
|
|
+ {{scope.row.addressUrlArray.length == 0? "":scope.row.addressUrlArray.length}}
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -72,10 +72,8 @@
|
|
</div>
|
|
</div>
|
|
<WinseaContentModal v-model="accessoryTFs" :title="$t('system.noticeCircular.information')"
|
|
<WinseaContentModal v-model="accessoryTFs" :title="$t('system.noticeCircular.information')"
|
|
@on-cancel="handleClose">
|
|
@on-cancel="handleClose">
|
|
- <p>查看附件</p>
|
|
|
|
- <div style="display: inline-block; margin: 5px" v-for="item in appendixIdss">
|
|
|
|
- <img width="100" height="100" :src="item" alt="" />
|
|
|
|
- </div>
|
|
|
|
|
|
+ <ws-upload ref="upload" :comp-id="compId" :appendix-ids="appendixIdss" :editable="false"
|
|
|
|
+ accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" />
|
|
</WinseaContentModal>
|
|
</WinseaContentModal>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -85,9 +83,7 @@
|
|
selectWarehouseSelf,
|
|
selectWarehouseSelf,
|
|
delelteWeighing,
|
|
delelteWeighing,
|
|
} from '@/model/outboundManagement/index'
|
|
} from '@/model/outboundManagement/index'
|
|
- import {
|
|
|
|
- EventBus
|
|
|
|
- } from 'base-core-lib'
|
|
|
|
|
|
+ import {EventBus} from 'base-core-lib'
|
|
import WsUpload from '@/components/WsUpload'
|
|
import WsUpload from '@/components/WsUpload'
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
@@ -258,7 +254,7 @@
|
|
} else {
|
|
} else {
|
|
this.accessoryTFs = true
|
|
this.accessoryTFs = true
|
|
}
|
|
}
|
|
- this.appendixIdss = row.addressUrlArray
|
|
|
|
|
|
+ this.appendixIdss = row.addressUrl
|
|
},
|
|
},
|
|
handleClose() {
|
|
handleClose() {
|
|
this.dialogViewSpareMoney = false
|
|
this.dialogViewSpareMoney = false
|