Browse Source

修改订单字典信息

fix_bug_pro20231227
caoyizhong 1 year ago
parent
commit
7b092a4a9d
  1. 2
      src/views/distribution/inventory/delivery/distributionStockArticle.vue
  2. 2
      src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
  3. 18
      src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
  4. 2
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
  5. 2
      src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue
  6. 20
      src/views/distribution/stockup/distributionStockupDiscuss.vue
  7. 20
      src/views/distribution/stockup/distributionStockupMarket.vue
  8. 8
      src/views/distribution/stockup/distributionStockupSelf.vue

2
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -1505,7 +1505,7 @@ export default {
// return item // return item
// }); // });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

2
src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue

@ -1310,7 +1310,7 @@ export default {
return item; return item;
}); });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

18
src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue

@ -680,6 +680,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'stockupStatusName',
label: '备货状态',
type: 3,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'orderReceiveStatusName', prop: 'orderReceiveStatusName',
label: '入库状态', label: '入库状态',
@ -1376,6 +1386,14 @@ export default {
return item; return item;
}); });
}); });
getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => {
item.value = item.dictKey;
item.label = item.dictValue;
return item;
});
});
}, },
searchHide() { searchHide() {
this.search = !this.search; this.search = !this.search;

2
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -1667,7 +1667,7 @@ export default {
// return item // return item
// }); // });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

2
src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue

@ -1407,7 +1407,7 @@ export default {
// return item // return item
// }); // });
}); });
getDictionaryBiz('stockup_status').then(res => { getDictionaryBiz('order_stockup_status').then(res => {
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
item.value = item.dictKey; item.value = item.dictKey;

20
src/views/distribution/stockup/distributionStockupDiscuss.vue

@ -483,16 +483,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
},*/ },*/
// { {
// prop: 'loaderName', prop: 'pallet',
// label: '', label: '所在托盘',
// type: 2, type: 2,
// values: '', values: '',
// width: '130', width: '130',
// checkarr: [], checkarr: [],
// fixed: false, fixed: false,
// sortable: true, sortable: true,
// }, },
{ {
prop: 'fixTime', prop: 'fixTime',
label: '确认完成备货时间', label: '确认完成备货时间',

20
src/views/distribution/stockup/distributionStockupMarket.vue

@ -475,16 +475,16 @@ export default {
// fixed: false, // fixed: false,
// sortable: true, // sortable: true,
// }, // },
// { {
// prop: 'loaderName', prop: 'pallet',
// label: '', label: '所在托盘',
// type: 2, type: 2,
// values: '', values: '',
// width: '130', width: '130',
// checkarr: [], checkarr: [],
// fixed: false, fixed: false,
// sortable: true, sortable: true,
// }, },
{ {
prop: 'fixTime', prop: 'fixTime',
label: '确认完成备货时间', label: '确认完成备货时间',

8
src/views/distribution/stockup/distributionStockupSelf.vue

@ -473,16 +473,16 @@ export default {
// fixed: false, // fixed: false,
// sortable: true, // sortable: true,
// }, // },
/*{ {
prop: 'loaderName', prop: 'pallet',
label: '装卸班组', label: '所在托盘',
type: 2, type: 2,
values: '', values: '',
width: '130', width: '130',
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
},*/ },
{ {
prop: 'fixTime', prop: 'fixTime',
label: '确认完成备货时间', label: '确认完成备货时间',

Loading…
Cancel
Save