单据相关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))); let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData)));
tQuery.billNo = this.orderFormData.billNo; tQuery.billNo = this.orderFormData.billNo;
if (this.orderFormData.billNo == null) { if (this.orderFormData.billNo == null) {
this.$message.error("请先添加业务详情"); this.$message.error("请先录入单据信息");
return; return;
} }
saveOrderWeb(tQuery).then((response) => { saveOrderWeb(tQuery).then((response) => {
@ -816,7 +816,6 @@ export default {
} }
}, },
created() { created() {
// //
this.codeFormData.code = ''; this.codeFormData.code = '';

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

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

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

Loading…
Cancel
Save