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. 29
      src/views/distribution/inventory/distributionStockArticleDetails.vue

29
src/option/distribution/distributionStockArticle.js

@ -129,6 +129,35 @@ export default {
label: '工厂车次', label: '工厂车次',
prop: 'factoryTrain', prop: 'factoryTrain',
search: true 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", prop: "orderCode",
}, },
{ {
label: "商名称", label: "商名称",
prop: "mallName", prop: "marketName",
}, },
// { // {
// label: "品分类", // label: "品分类",

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

@ -533,7 +533,7 @@ export default {
}, },
{ {
prop: 'warehouseEntryTimeEnd', prop: 'warehouseEntryTimeEnd',
label: '入库时间', label: '最新入库时间',
type: 4, type: 4,
values: '', values: '',
width: '180', width: '180',
@ -550,6 +550,33 @@ export default {
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, 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: '', prop: '',

Loading…
Cancel
Save