Browse Source

修改订单详细字段

fix_bug_pro20231227
caoyizhong 2 years ago
parent
commit
cbb2a855b0
  1. 29
      src/option/distribution/distributionStockArticle.js
  2. 4
      src/option/distribution/distrilbutionBillLading.js
  3. 35
      src/views/distribution/inventory/distributionStockArticleDetails.vue

29
src/option/distribution/distributionStockArticle.js

@ -129,6 +129,35 @@ export default {
label: '工厂车次',
prop: 'factoryTrain',
search: true
},{
label: '发货仓',
prop: 'sendWarehouseName',
search: true
},
{
label: '发货件数(未)',
prop: 'trainNumber',
search: true
},
{
label: '到货件数',
prop: 'handQuantity',
search: true
},
{
label: '配送件数',
prop: 'deliveryQuantity',
search: true
},
{
label: '签收件数',
prop: 'signinQuantity',
search: true
},
{
label: '冻结数(未)',
prop: 'factoryTrain',
search: true
},

4
src/option/distribution/distrilbutionBillLading.js

@ -226,8 +226,8 @@ export default {
prop: "orderCode",
},
{
label: "商名称",
prop: "mallName",
label: "商名称",
prop: "marketName",
},
// {
// label: "品分类",

35
src/views/distribution/inventory/distributionStockArticleDetails.vue

@ -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;

Loading…
Cancel
Save