|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
|
|
|
|
|
<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> |
|
|
|
|
<el-button class="el-btn-xz" type="primary" link @click="handleAddOrder">新 增</el-button> |
|
|
|
|
<tablecmt |
|
|
|
|
:columnList="columnList" |
|
|
|
|
:tableData="orderData" |
|
|
|
@ -233,13 +233,20 @@
|
|
|
|
|
</tablecmt> |
|
|
|
|
</el-tab-pane> |
|
|
|
|
</el-tabs> |
|
|
|
|
<el-form-item style="margin-left: 45%; margin-top: 5px"> |
|
|
|
|
<el-button type="primary" icon="el-icon-circle-close" @click="onSubmit" |
|
|
|
|
|
|
|
|
|
<div class="submit-container"> |
|
|
|
|
<el-button |
|
|
|
|
:loading="loadingObj.submitBtnLoading" |
|
|
|
|
type="primary" |
|
|
|
|
icon="el-icon-circle-close" |
|
|
|
|
@click="onSubmit" |
|
|
|
|
>提交(配送订单预约) |
|
|
|
|
</el-button> |
|
|
|
|
<el-button icon="el-icon-circle-close" @click="$router.go(-1)">返 回</el-button> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-button icon="el-icon-circle-close" @click="back">返 回</el-button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- 底部站位 --> |
|
|
|
|
<div class="footer-container"></div> |
|
|
|
|
<!-- 在库订单信息 --> |
|
|
|
|
<template v-if="orderShow"> |
|
|
|
|
<el-dialog |
|
|
|
@ -250,38 +257,38 @@
|
|
|
|
|
:model="addvalue" |
|
|
|
|
> |
|
|
|
|
<!-- :before-close="handleClose"--> |
|
|
|
|
<!-- <el-form :inline="true" :model="query">--> |
|
|
|
|
<!-- <el-form-item label="订单自编号:">--> |
|
|
|
|
<!-- <el-input v-model="query.orderCode" placeholder="请输入订单自编号"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="商场名称:">--> |
|
|
|
|
<!-- <el-input--> |
|
|
|
|
<!-- v-model="query.mallName"--> |
|
|
|
|
<!-- :disabled="Boolean(marketName)"--> |
|
|
|
|
<!-- placeholder="请输入商场名称"--> |
|
|
|
|
<!-- ></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="货物名称:">--> |
|
|
|
|
<!-- <el-input v-model="query.descriptionGoods" placeholder="请输入货物名称"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="品牌:">--> |
|
|
|
|
<!-- <el-input v-model="query.brand" placeholder="请输入品牌"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="顾客姓名:">--> |
|
|
|
|
<!-- <el-input v-model="query.customerName" placeholder="请输入顾客姓名"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="顾客电话:">--> |
|
|
|
|
<!-- <el-input v-model="query.customerTelephone" placeholder="请输入顾客电话"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form :inline="true" :model="query">--> |
|
|
|
|
<!-- <el-form-item label="订单自编号:">--> |
|
|
|
|
<!-- <el-input v-model="query.orderCode" placeholder="请输入订单自编号"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="商场名称:">--> |
|
|
|
|
<!-- <el-input--> |
|
|
|
|
<!-- v-model="query.mallName"--> |
|
|
|
|
<!-- :disabled="Boolean(marketName)"--> |
|
|
|
|
<!-- placeholder="请输入商场名称"--> |
|
|
|
|
<!-- ></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="货物名称:">--> |
|
|
|
|
<!-- <el-input v-model="query.descriptionGoods" placeholder="请输入货物名称"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="品牌:">--> |
|
|
|
|
<!-- <el-input v-model="query.brand" placeholder="请输入品牌"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="顾客姓名:">--> |
|
|
|
|
<!-- <el-input v-model="query.customerName" placeholder="请输入顾客姓名"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="顾客电话:">--> |
|
|
|
|
<!-- <el-input v-model="query.customerTelephone" placeholder="请输入顾客电话"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
|
|
|
|
|
<!-- <!– 查询按钮 –>--> |
|
|
|
|
<!-- <el-form-item>--> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-search" @click="searchStockArticle"--> |
|
|
|
|
<!-- >搜 索--> |
|
|
|
|
<!-- </el-button>--> |
|
|
|
|
<!-- <el-button icon="el-icon-delete" @click="stockArticleSearchReset()">清 空</el-button>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-form>--> |
|
|
|
|
<!-- <!– 查询按钮 –>--> |
|
|
|
|
<!-- <el-form-item>--> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-search" @click="searchStockArticle"--> |
|
|
|
|
<!-- >搜 索--> |
|
|
|
|
<!-- </el-button>--> |
|
|
|
|
<!-- <el-button icon="el-icon-delete" @click="stockArticleSearchReset()">清 空</el-button>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-form>--> |
|
|
|
|
<tablecmt |
|
|
|
|
:columnList="stockArtcolumnList" |
|
|
|
|
:tableData="stockArticleInfo" |
|
|
|
@ -402,34 +409,34 @@
|
|
|
|
|
<template v-if="stockListShow"> |
|
|
|
|
<el-dialog v-model="stockListShow" class="stockListShow" title="库存品信息" width="100%"> |
|
|
|
|
<!-- :before-close="handleClose"--> |
|
|
|
|
<!-- <el-form :inline="true" :model="query">--> |
|
|
|
|
<!-- <el-form-item label="商场名称:">--> |
|
|
|
|
<!-- <el-input--> |
|
|
|
|
<!-- v-model="query.marketName"--> |
|
|
|
|
<!-- :disabled="Boolean(marketName)"--> |
|
|
|
|
<!-- placeholder="请输入商场名称"--> |
|
|
|
|
<!-- ></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="物料名称:">--> |
|
|
|
|
<!-- <el-input v-model="query.descriptionGoods" placeholder="请输入物料名称"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="商场编码:">--> |
|
|
|
|
<!-- <el-input v-model="query.marketCode" placeholder="请输入商场编码"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="订单自编号:">--> |
|
|
|
|
<!-- <el-input v-model="query.orderCode" placeholder="请输入订单自编号"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="品牌:">--> |
|
|
|
|
<!-- <el-input v-model="query.brand" placeholder="请输入品牌"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <!– 查询按钮 –>--> |
|
|
|
|
<!-- <el-form-item>--> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-search" @click="handleAddInventory"--> |
|
|
|
|
<!-- >搜 索--> |
|
|
|
|
<!-- </el-button>--> |
|
|
|
|
<!-- <el-button icon="el-icon-delete" @click="stockListSearchReset()">清 空</el-button>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-form>--> |
|
|
|
|
<!-- <el-form :inline="true" :model="query">--> |
|
|
|
|
<!-- <el-form-item label="商场名称:">--> |
|
|
|
|
<!-- <el-input--> |
|
|
|
|
<!-- v-model="query.marketName"--> |
|
|
|
|
<!-- :disabled="Boolean(marketName)"--> |
|
|
|
|
<!-- placeholder="请输入商场名称"--> |
|
|
|
|
<!-- ></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="物料名称:">--> |
|
|
|
|
<!-- <el-input v-model="query.descriptionGoods" placeholder="请输入物料名称"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="商场编码:">--> |
|
|
|
|
<!-- <el-input v-model="query.marketCode" placeholder="请输入商场编码"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="订单自编号:">--> |
|
|
|
|
<!-- <el-input v-model="query.orderCode" placeholder="请输入订单自编号"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="品牌:">--> |
|
|
|
|
<!-- <el-input v-model="query.brand" placeholder="请输入品牌"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <!– 查询按钮 –>--> |
|
|
|
|
<!-- <el-form-item>--> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-search" @click="handleAddInventory"--> |
|
|
|
|
<!-- >搜 索--> |
|
|
|
|
<!-- </el-button>--> |
|
|
|
|
<!-- <el-button icon="el-icon-delete" @click="stockListSearchReset()">清 空</el-button>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-form>--> |
|
|
|
|
<tablecmt |
|
|
|
|
:columnList="inventoryInfocolumnList" |
|
|
|
|
:tableData="inventoryInfo" |
|
|
|
@ -440,7 +447,7 @@
|
|
|
|
|
@selection="selectionInventoryChange" |
|
|
|
|
ref="multipleTable" |
|
|
|
|
> |
|
|
|
|
<!-- @selection="selectionChange"--> |
|
|
|
|
<!-- @selection="selectionChange"--> |
|
|
|
|
|
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<el-text |
|
|
|
@ -1010,7 +1017,7 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'cargoUnit', |
|
|
|
@ -1541,7 +1548,7 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// { |
|
|
|
@ -1922,6 +1929,11 @@ export default {
|
|
|
|
|
// ], |
|
|
|
|
}, |
|
|
|
|
obj: {}, |
|
|
|
|
/** loading */ |
|
|
|
|
loadingObj: { |
|
|
|
|
/** 提交按钮 */ |
|
|
|
|
submitBtnLoading: false, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
created() { |
|
|
|
@ -1981,7 +1993,7 @@ export default {
|
|
|
|
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
|
|
|
}, |
|
|
|
|
tableAllSelection() {}, |
|
|
|
|
handleClick(tab, event){ |
|
|
|
|
handleClick(tab, event) { |
|
|
|
|
this.query = {}; |
|
|
|
|
}, |
|
|
|
|
//查询出所有的市配订单 |
|
|
|
@ -2018,10 +2030,10 @@ export default {
|
|
|
|
|
inventoryList.records.forEach(item => { |
|
|
|
|
item.reservationNum = '0'; |
|
|
|
|
item.applyNum = item.quantityStock - item.quantityOccupied; |
|
|
|
|
if (item.unpack){ |
|
|
|
|
item.unpackName = '是' |
|
|
|
|
}else { |
|
|
|
|
item.unpackName = '否' |
|
|
|
|
if (item.unpack) { |
|
|
|
|
item.unpackName = '是'; |
|
|
|
|
} else { |
|
|
|
|
item.unpackName = '否'; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.page.total = inventoryList.total; |
|
|
|
@ -2330,10 +2342,10 @@ export default {
|
|
|
|
|
const inventoryList = res.data.data; |
|
|
|
|
inventoryList.records.forEach(item => { |
|
|
|
|
item.reservationNum = '0'; |
|
|
|
|
if (item.unpack){ |
|
|
|
|
item.unpackName = '是' |
|
|
|
|
}else { |
|
|
|
|
item.unpackName = '否' |
|
|
|
|
if (item.unpack) { |
|
|
|
|
item.unpackName = '是'; |
|
|
|
|
} else { |
|
|
|
|
item.unpackName = '否'; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.page.total = inventoryList.total; |
|
|
|
@ -2369,105 +2381,121 @@ export default {
|
|
|
|
|
console.log('this.orderData------------>', this.orderData); |
|
|
|
|
this.isaddvalue = false; |
|
|
|
|
}, |
|
|
|
|
onSubmit() { |
|
|
|
|
// 日期必填 |
|
|
|
|
if (!this.form.reservationDate) { |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'warning', |
|
|
|
|
message: '预约时间暂未选择', |
|
|
|
|
back() { |
|
|
|
|
this.$router.back(); |
|
|
|
|
this.$store.commit('DEL_TAG_CURRENT'); |
|
|
|
|
}, |
|
|
|
|
async onSubmit() { |
|
|
|
|
try { |
|
|
|
|
// 开启提交按钮loading |
|
|
|
|
this.loadingObj.submitBtnLoading = true; |
|
|
|
|
|
|
|
|
|
// 日期必填 |
|
|
|
|
if (!this.form.reservationDate) { |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'warning', |
|
|
|
|
message: '预约时间暂未选择', |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
// 提交按钮 |
|
|
|
|
//新增预约单 |
|
|
|
|
let orderIds = []; |
|
|
|
|
let inventoryIds = []; |
|
|
|
|
let inventoryList = []; |
|
|
|
|
let stockArticleList = []; |
|
|
|
|
let operation = true; |
|
|
|
|
this.inventoryData.forEach(item => { |
|
|
|
|
if (Number(item.reservationNum) === 0 || item.reservationNum > item.quantityStock) { |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'warning', |
|
|
|
|
message: '存在无效的预约数量', |
|
|
|
|
}); |
|
|
|
|
operation = false; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
item.reservationNum = item.reservationNum; |
|
|
|
|
inventoryIds.push(item.id); |
|
|
|
|
inventoryList.push(item); |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
// 提交按钮 |
|
|
|
|
//新增预约单 |
|
|
|
|
let orderIds = []; |
|
|
|
|
let inventoryIds = []; |
|
|
|
|
let inventoryList = []; |
|
|
|
|
let stockArticleList = []; |
|
|
|
|
let operation = true; |
|
|
|
|
this.inventoryData.forEach(item => { |
|
|
|
|
if (Number(item.reservationNum) === 0 || item.reservationNum > item.quantityStock) { |
|
|
|
|
orderIds.join(','); |
|
|
|
|
inventoryIds.join(','); |
|
|
|
|
this.form.stockArticleIds = orderIds.toString(); |
|
|
|
|
this.form.inventoryIds = inventoryIds.toString(); |
|
|
|
|
this.form.inventoryList = inventoryList; |
|
|
|
|
console.log('-------------->', this.orderData); |
|
|
|
|
let order = this.orderData; |
|
|
|
|
order.forEach(o => { |
|
|
|
|
if (!o.packageListInfo) { |
|
|
|
|
o.packageListInfo = o.packageList; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.form.stockArticleList = order; |
|
|
|
|
this.deliveryWayData.forEach(item => { |
|
|
|
|
if (this.form.deliveryWay === item.dictValue) { |
|
|
|
|
this.form.deliveryWay = item.dictKey; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.deliveryTypeData.forEach(item => { |
|
|
|
|
if (this.form.deliveryType === item.dictValue) { |
|
|
|
|
this.form.deliveryType = item.dictKey; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.periodOfTimeData.forEach(item => { |
|
|
|
|
if (this.form.periodOfTime === item.dictValue) { |
|
|
|
|
this.form.periodOfTime = item.dictKey; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.form.serveType = this.serveType.sort().join(','); |
|
|
|
|
//服务号 |
|
|
|
|
this.orderData.forEach(item => { |
|
|
|
|
console.log('-------------->item', item); |
|
|
|
|
if (!item.packageListInfo) { |
|
|
|
|
item.packageListInfo = item.parcelListVOS; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
console.log('------------------->this.form.inventoryList', this.form.inventoryList); |
|
|
|
|
console.log('------------------->this.form.stockArticleList', this.form.stockArticleList); |
|
|
|
|
|
|
|
|
|
if ( |
|
|
|
|
JSON.stringify(this.form.inventoryList) === '[]' && |
|
|
|
|
JSON.stringify(this.form.stockArticleList) === '[]' |
|
|
|
|
) { |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'warning', |
|
|
|
|
message: '存在无效的预约数量', |
|
|
|
|
message: '无效的预约计划!', |
|
|
|
|
}); |
|
|
|
|
operation = false; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
item.reservationNum = item.reservationNum; |
|
|
|
|
inventoryIds.push(item.id); |
|
|
|
|
inventoryList.push(item); |
|
|
|
|
}); |
|
|
|
|
orderIds.join(','); |
|
|
|
|
inventoryIds.join(','); |
|
|
|
|
this.form.stockArticleIds = orderIds.toString(); |
|
|
|
|
this.form.inventoryIds = inventoryIds.toString(); |
|
|
|
|
this.form.inventoryList = inventoryList; |
|
|
|
|
console.log('-------------->', this.orderData); |
|
|
|
|
let order = this.orderData; |
|
|
|
|
order.forEach(o => { |
|
|
|
|
if (!o.packageListInfo) { |
|
|
|
|
o.packageListInfo = o.packageList; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.form.stockArticleList = order; |
|
|
|
|
this.deliveryWayData.forEach(item => { |
|
|
|
|
if (this.form.deliveryWay === item.dictValue) { |
|
|
|
|
this.form.deliveryWay = item.dictKey; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.deliveryTypeData.forEach(item => { |
|
|
|
|
if (this.form.deliveryType === item.dictValue) { |
|
|
|
|
this.form.deliveryType = item.dictKey; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.periodOfTimeData.forEach(item => { |
|
|
|
|
if (this.form.periodOfTime === item.dictValue) { |
|
|
|
|
this.form.periodOfTime = item.dictKey; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.form.serveType = this.serveType.sort().join(','); |
|
|
|
|
//服务号 |
|
|
|
|
this.orderData.forEach(item => { |
|
|
|
|
console.log('-------------->item', item); |
|
|
|
|
if (!item.packageListInfo) { |
|
|
|
|
item.packageListInfo = item.parcelListVOS; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
console.log('------------------->this.form.inventoryList', this.form.inventoryList); |
|
|
|
|
console.log('------------------->this.form.stockArticleList', this.form.stockArticleList); |
|
|
|
|
|
|
|
|
|
if ( |
|
|
|
|
JSON.stringify(this.form.inventoryList) === '[]' && |
|
|
|
|
JSON.stringify(this.form.stockArticleList) === '[]' |
|
|
|
|
) { |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'warning', |
|
|
|
|
message: '无效的预约计划!', |
|
|
|
|
}); |
|
|
|
|
operation = false; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
// this.form.stockArticleList = this.packageList; |
|
|
|
|
console.log('>>>>>>>>', this.form); |
|
|
|
|
if (this.reservationId) { |
|
|
|
|
this.form.id = this.reservationId; |
|
|
|
|
update(this.form).then(() => { |
|
|
|
|
this.$router.go(-1); |
|
|
|
|
// this.form.stockArticleList = this.packageList; |
|
|
|
|
console.log('>>>>>>>>', this.form); |
|
|
|
|
if (this.reservationId) { |
|
|
|
|
this.form.id = this.reservationId; |
|
|
|
|
const res = await update(this.form); |
|
|
|
|
console.log('res :>> ', res); |
|
|
|
|
if (res.data.code !== 200) return; |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
this.form.reservationStatus = '20'; |
|
|
|
|
autonomouslySave(this.form).then(() => { |
|
|
|
|
this.back(); |
|
|
|
|
} else { |
|
|
|
|
this.form.reservationStatus = '20'; |
|
|
|
|
const res = await autonomouslySave(this.form); |
|
|
|
|
console.log('res :>> ', res); |
|
|
|
|
if (res.data.code !== 200) return; |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
this.$router.go(-1); |
|
|
|
|
}); |
|
|
|
|
this.back(); |
|
|
|
|
} |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
} finally { |
|
|
|
|
// 关闭提交按钮loading |
|
|
|
|
this.loadingObj.submitBtnLoading = false; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
inputsc() {}, |
|
|
|
@ -2775,11 +2803,11 @@ export default {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ( |
|
|
|
|
(item.customerName.trim() !== _name) || |
|
|
|
|
(item.customerAddress.trim() !== _address) || |
|
|
|
|
(item.customerTelephone.trim() !== _phone) |
|
|
|
|
item.customerName.trim() !== _name || |
|
|
|
|
item.customerAddress.trim() !== _address || |
|
|
|
|
item.customerTelephone.trim() !== _phone |
|
|
|
|
) { |
|
|
|
|
console.log("123"); |
|
|
|
|
console.log('123'); |
|
|
|
|
this.$message.warning('请选择统一顾客订单!!!'); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
@ -2921,42 +2949,42 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
async onLoadOrder(page, params = {}) { |
|
|
|
|
try { |
|
|
|
|
this.loading = true |
|
|
|
|
this.loading = true; |
|
|
|
|
this.query.typeService = 2; |
|
|
|
|
this.query.genre = '1'; |
|
|
|
|
if (this.marketName) this.query.marketName = this.marketName; |
|
|
|
|
if (this.orderData.length !== 0) { |
|
|
|
|
this.query.orderIds = this.orderData.map(val => val.id).join(','); |
|
|
|
|
} |
|
|
|
|
console.log('--------------query>', this.query); |
|
|
|
|
const res = await selectStockArticleInfoList( |
|
|
|
|
page.currentPage, |
|
|
|
|
page.pageSize, |
|
|
|
|
Object.assign(params, this.query) |
|
|
|
|
); |
|
|
|
|
const { records, total } = res.data.data; |
|
|
|
|
this.query.genre = '1'; |
|
|
|
|
if (this.marketName) this.query.marketName = this.marketName; |
|
|
|
|
if (this.orderData.length !== 0) { |
|
|
|
|
this.query.orderIds = this.orderData.map(val => val.id).join(','); |
|
|
|
|
} |
|
|
|
|
console.log('--------------query>', this.query); |
|
|
|
|
const res = await selectStockArticleInfoList( |
|
|
|
|
page.currentPage, |
|
|
|
|
page.pageSize, |
|
|
|
|
Object.assign(params, this.query) |
|
|
|
|
); |
|
|
|
|
const { records, total } = res.data.data; |
|
|
|
|
|
|
|
|
|
this.stockArticleInfo = records; |
|
|
|
|
console.log('this.stockArticleInfo :>> ', this.stockArticleInfo); |
|
|
|
|
this.stockArticleInfo.forEach((item, index) => { |
|
|
|
|
//检查订单是否冻结 |
|
|
|
|
this.checkOrder(item, index); |
|
|
|
|
this.page.total = total; |
|
|
|
|
}); |
|
|
|
|
if (this.orderData.length !== 0) { |
|
|
|
|
const ids = this.orderData.map(val => val.id); |
|
|
|
|
this.stockArticleInfo = this.stockArticleInfo.filter(val => !ids.includes(val.id)); |
|
|
|
|
// this.orderSelectList = this.stockArticleInfo.filter(val => ids.includes(val.id)); |
|
|
|
|
console.log('orderSelectList :>> ', this.orderSelectList); |
|
|
|
|
} |
|
|
|
|
this.orderList = []; |
|
|
|
|
return null; |
|
|
|
|
this.stockArticleInfo = records; |
|
|
|
|
console.log('this.stockArticleInfo :>> ', this.stockArticleInfo); |
|
|
|
|
this.stockArticleInfo.forEach((item, index) => { |
|
|
|
|
//检查订单是否冻结 |
|
|
|
|
this.checkOrder(item, index); |
|
|
|
|
this.page.total = total; |
|
|
|
|
}); |
|
|
|
|
if (this.orderData.length !== 0) { |
|
|
|
|
const ids = this.orderData.map(val => val.id); |
|
|
|
|
this.stockArticleInfo = this.stockArticleInfo.filter(val => !ids.includes(val.id)); |
|
|
|
|
// this.orderSelectList = this.stockArticleInfo.filter(val => ids.includes(val.id)); |
|
|
|
|
console.log('orderSelectList :>> ', this.orderSelectList); |
|
|
|
|
} |
|
|
|
|
this.orderList = []; |
|
|
|
|
return null; |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
}finally{ |
|
|
|
|
this.loading = false |
|
|
|
|
return null |
|
|
|
|
} |
|
|
|
|
} finally { |
|
|
|
|
this.loading = false; |
|
|
|
|
return null; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
onLoad() { |
|
|
|
@ -3028,7 +3056,8 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
<style lang="scss"> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
input::-webkit-outer-spin-button, |
|
|
|
|
input::-webkit-inner-spin-button { |
|
|
|
|
-webkit-appearance: none; |
|
|
|
@ -3056,4 +3085,20 @@ input[type='number'] {
|
|
|
|
|
font-weight: bold; |
|
|
|
|
width: 2000px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 提交按钮容器 |
|
|
|
|
.submit-container { |
|
|
|
|
position: fixed; |
|
|
|
|
bottom: 20px; |
|
|
|
|
left: 0; |
|
|
|
|
z-index: 999; |
|
|
|
|
width: 100%; |
|
|
|
|
text-align: center; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 底部站位 |
|
|
|
|
.footer-container { |
|
|
|
|
height: 60px; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|