From 7372a71c35150a37c4cf1b5e83d96f7f8bc374d3 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 12 九月 2025 17:29:33 +0800
Subject: [PATCH] 销售出库:条码拆分更改为存储过程实现
---
H5/Js/Wwtl.js | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/H5/Js/Wwtl.js b/H5/Js/Wwtl.js
index 5f7e6c4..8705ab6 100644
--- a/H5/Js/Wwtl.js
+++ b/H5/Js/Wwtl.js
@@ -59,11 +59,11 @@
console.log(error);
});
},
- onClick(index, title) {
- this.$toast(`${index} ${title}`);
- this.$notify({ type: 'success', message: '鏌愭煇鐗╂枡鎵爜鎴愬姛鏌愭煇鐗╂枡鎵爜鎴愬姛鏌愭煇鐗╂枡鎵爜鎴愬姛鏌愭煇鐗╂枡鎵爜鎴愬姛' });
+ //onClick(index, title) {
+ // this.$toast(`${index} ${title}`);
+ // this.$notify({ type: 'success', message: '鏌愭煇鐗╂枡鎵爜鎴愬姛鏌愭煇鐗╂枡鎵爜鎴愬姛鏌愭煇鐗╂枡鎵爜鎴愬姛鏌愭煇鐗╂枡鎵爜鎴愬姛' });
- },
+ //},
onSelect(item) {
// 榛樿鎯呭喌涓嬬偣鍑婚�夐」鏃朵笉浼氳嚜鍔ㄦ敹璧�
// 鍙互閫氳繃 close-on-click-action 灞炴�у紑鍚嚜鍔ㄦ敹璧�
@@ -94,11 +94,11 @@
console.log(error);
});
},
- getDepot(value) {
- if (!value) {
- return;
- }
- this.depotSectionCode = value;
+ getDepot() {
+ //if (!value) {
+ // return;
+ //}
+ //this.depotSectionCode = value;
var that = this;
that.isLoading = true;
that.AxiosHttp("post", 'MesItemTbl/SctlScanDepots', {
@@ -120,9 +120,9 @@
console.log(error);
});
},
- getBarcode(value) {
+ getBarcode() {
- this.barcode = value;
+ //this.barcode = value;
var that = this;
that.isLoading = true;
@@ -145,6 +145,7 @@
that.itemNo = json.data.tbBillList.itemNo;
that.sms = json.data.tbBillList.num;
that.$notify({ type: 'success', message: '鎵弿鎴愬姛' });
+ that.getMesItemTblDetailByBillNo();
}
else {
that.$toast.fail(json.message);
--
Gitblit v1.9.3