1.统一单据来源文字信息

fencang
x_z 3 years ago
parent 469c651b1f
commit 52d500a946

@ -346,7 +346,6 @@ export default {
this.getList();
},
handleSelectionChange(val) {
console.log(val);
this.multipleSelection = val;
},
getBusType() {

@ -624,7 +624,6 @@ export default {
this.getList();
},
handleSelectionChange(val) {
console.log(val);
this.multipleSelection = val;
},
getStorageName(code) {
@ -703,7 +702,6 @@ export default {
this.filterQuery.customerId = store.getters.customerId;
filterOrder(this.filterQuery)
.then((response) => {
console.log(response)
this.loading = false;
this.list = response.data.list || [];
this.total = response.data.total || 0;
@ -751,7 +749,6 @@ export default {
refresgOrderDetail() {
orderDetail(this.detailQuery)
.then((response) => {
console.log(response)
this.loading = false;
this.detailList = response.data || [];
})
@ -793,7 +790,6 @@ export default {
this.successOrderExportPDFSettingVisible = true;
},
successOrderExportPDF(row) {
console.log(row)
let tQuery = {
orderId: row.id,
customerId: store.getters.customerId
@ -828,7 +824,6 @@ export default {
},
selectUnit(row) {
console.log(row.id);
this.unitUpdateQuery.id = this.curIndex;
this.unitUpdateQuery.fromCorp = row.name;
this.unitUpdateQuery.fromCorpId = row.unitid;
@ -920,7 +915,6 @@ export default {
uploadOrderDialog(value) {
console.log(value.id + "---" + value.orderid);
this.uploadQuery = {
orderId: value.id,
};
@ -958,6 +952,7 @@ export default {
this.$message.success("选入成功");
this.refresgOrderDetail();
this.getList();
this.detailList = [];
} else {
this.$message.error("选入失败");
}

@ -406,7 +406,7 @@ export default {
sourceMap: {
"1": "web端新增单据",
"2": "第三方系统",
"3": "扫码单据转换",
"3": "平衡补录单据",
},
isSp: store.getters.customerId,
detailFormVisible: false,

Loading…
Cancel
Save