南骏 池
2025-06-27 9787cfe409aa53cc43989554a311445818242450
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,