修改bug

ww
郑明梁 2 years ago
parent f2fcc3d858
commit c8dc99d975

@ -168,7 +168,6 @@ export default {
onAddSubmit() {
debugger
if (this.$isBlank(this.inputQuery.originAction)) {
this.$message.error("原单据类型不能为空!");
return;

@ -1316,7 +1316,7 @@ export default {
},
removeErp(row) {
debugger
this.$confirm("此操作将解除该绑定产品信息, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",

@ -547,7 +547,7 @@ export default {
this.$message.error('未选择扫码单据类型');
return
}
debugger
if (this.formData.fromCorp == null || this.formData.fromCorp == '') {
this.$message.error('往来信息不能为空');
return
@ -885,7 +885,7 @@ export default {
this.query.orderId = this.idQuery.id;
errorCodeList(this.query) //
.then((response) => {
debugger
this.codeArray = response.data.list || [];
this.total = response.data.total || 0;
for (let i = 0; i < this.codeArray.length; i++) {
@ -1206,7 +1206,6 @@ export default {
},
created() {
debugger
this.formData.code = '';
this.formData.actDate = new Date();
this.codeArray = [];

@ -758,7 +758,6 @@ export default {
getLocalJoinByUser(query)
.then((response) => {
this.busTypes = response.data.list || [];
debugger
if (this.formData.action != null) {
this.curAction = this.getActionItem(this.formData.action);
if (this.curAction != null) {

Loading…
Cancel
Save