From d62dfe4ab73e23a39753fb13a890effaa25deb51 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 26 二月 2025 13:19:56 +0800 Subject: [PATCH] 1.调拨入库(正常流程通) 2.调拨出库(正常流程通) --- H5/Js/Wwtl.js | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/H5/Js/Wwtl.js b/H5/Js/Wwtl.js index 5f7e6c4..a327347 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; -- Gitblit v1.9.3