From 9787cfe409aa53cc43989554a311445818242450 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 27 六月 2025 08:26:02 +0800
Subject: [PATCH] 1.条码入库前拆分

---
 H5/Js/BarCfBefore.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/H5/Js/BarCfBefore.js b/H5/Js/BarCfBefore.js
index 449abc5..9d8451e 100644
--- a/H5/Js/BarCfBefore.js
+++ b/H5/Js/BarCfBefore.js
@@ -68,7 +68,7 @@
             var that = this;
              
             that.isLoading = true;
-            that.AxiosHttp("post", 'MesBarCF/GetBarInfo', {
+            that.AxiosHttp("post", 'MesBarCF/GetBarInfoBefore', {
                 barcode: that.formData.barcode,
             }, false)
                 .then(function (res) {
@@ -124,7 +124,7 @@
                 return;
             }
             that.isLoading = true;
-            that.AxiosHttp("post", 'MesBarCF/BarCF', {
+            that.AxiosHttp("post", 'MesBarCF/BarCfBefore', {
                 userName: that.userInfo.loginAccount,
                 barcode: that.formData.barcode,
                 CfNum: that.formData.cfNum,

--
Gitblit v1.9.3