修改bug

ww
郑明梁 3 years ago
parent f2fcc3d858
commit c8dc99d975

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

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

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

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

Loading…
Cancel
Save