南骏 池
2025-06-27 9787cfe409aa53cc43989554a311445818242450
1.条码入库前拆分
已修改1个文件
4 ■■■■ 文件已修改
H5/Js/BarCfBefore.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,