单据相关bug修改

prod
anthonywj 2 years ago
parent 39b0088dab
commit 4e37c3025d

@ -666,7 +666,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) => {
@ -816,7 +816,6 @@ export default {
}
},
created() {
//
this.codeFormData.code = '';

@ -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