|
|
|
@ -533,7 +533,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'warehouseEntryTimeEnd', |
|
|
|
|
label: '入库时间', |
|
|
|
|
label: '最新入库时间', |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
|
width: '180', |
|
|
|
@ -550,6 +550,33 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, { |
|
|
|
|
prop: 'sendWarehouseName', |
|
|
|
|
label: '发货仓', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, { |
|
|
|
|
prop: 'dealerName', |
|
|
|
|
label: '经销商名称', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, { |
|
|
|
|
prop: 'dealerCode', |
|
|
|
|
label: '经销商编码', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: '', |
|
|
|
@ -1172,7 +1199,7 @@ export default {
|
|
|
|
|
// this.view = true; |
|
|
|
|
// this.box = true; |
|
|
|
|
this.materialQRCode = row; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let qr ={ |
|
|
|
|
id : row.id, |
|
|
|
|
qrCode: row.orderPackageCode |
|
|
|
@ -1180,7 +1207,7 @@ export default {
|
|
|
|
|
showOrderPackgeCode(qr).then(res => { |
|
|
|
|
|
|
|
|
|
this.orderPackageCode = res.data |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.arrs.map(item=>{ |
|
|
|
|
let strhtml=JSON.parse(JSON.stringify(this.htmls)) |
|
|
|
|
for(let key in item){ |
|
|
|
@ -1189,7 +1216,7 @@ export default {
|
|
|
|
|
console.log(strhtml); |
|
|
|
|
this.html+=strhtml |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
this.dialogVisible = true; |
|
|
|
|