单据相关bug修改

ywj_dev
anthonywj 2 years ago
parent b365358972
commit 295333add0

@ -669,7 +669,7 @@ export default {
let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData)));
tQuery.billNo = this.orderFormData.billNo;
if (this.orderFormData.billNo == null) {
this.$message.error("请先添加业务详情");
this.$message.error("请先录入单据信息");
return;
}
saveOrderWeb(tQuery).then((response) => {

@ -373,6 +373,7 @@ export default {
});
},
addOrders(row) {
this.errView = 0;
this.idQuery = {};
this.idQuery = row;
if (row.status === 4) {

@ -97,7 +97,7 @@
prop="manufacturer"
show-overflow-tooltip
></el-table-column>
<el-table-column label="操作" width="250">
<el-table-column label="操作" width="140" fixed="right">
<template slot-scope="scope">
<el-button

@ -57,7 +57,7 @@
width="80"
show-overflow-tooltip
></el-table-column>
<el-table-column label="操作" width="240">
<el-table-column label="操作" width="220" fixed="right">
<template slot-scope="scope">
<el-button
type="text"

Loading…
Cancel
Save