@ -1001,6 +1001,17 @@ export default {
// fixed: false,
// sortable: true,
// },
{
prop: 'reservationNum',
label: '预约数量',
type: 10,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false
},
prop: 'cargoUnit',
label: '物料单位',
@ -1521,6 +1532,17 @@ export default {
// {
// prop: 'storeCode',
@ -124,7 +124,7 @@
</el-row>
</el-form>
<el-tabs type="border-card">
<el-tabs type="border-card" @tab-click="handleClick">
<el-tab-pane label="订单">
<el-button class="el-btn-xz" type="primary" link @click="handleAddOrder">新 增</el-button>
<tablecmt
@ -1006,6 +1006,17 @@
@ -1547,7 +1558,17 @@
// label: '门店编码',
@ -2024,6 +2045,9 @@
this.onLoad(this.page);
tableAllSelection() {},
handleClick(tab, event) {
this.query = {};
//查询出所有的市配订单
async handleAddOrder() {
this.loading = true;