南骏 池
2025-07-09 6acdfc2c867d8fde898a4cc67bdefa2b97f03e3e
H5/Js/Xctl.js
@@ -14,6 +14,7 @@
            Xvalue:4,
            XbarInfo: [],
            DAA001: "",
            DAA021: "",
            DAANum: "",
            xcslItemList: [], //材料列表
            xcslWjsBarList: [],//未接收列表
@@ -42,13 +43,14 @@
            }
            that.isLoading = true;
            that.AxiosHttp("post", 'Womdaa/GetItemsXcsl', {
            that.AxiosHttp("post", 'Womdaa/GetItemsXctl', {
                daa001: that.DAA001
            }, false)
                .then(function (res) {
                    var json = res;
                    if (json.status == 0) {
                        that.DAANum = json.data.tbBillList.gD_Num;
                        that.DAA021 = json.data.tbBillList.workNo;
                        that.xcslItemList = json.data.tbBillList.xcslItemList;
                        that.xcslWjsBarList = json.data.tbBillList.xcslWjsBarList;
                        that.xcslYjsBarList = json.data.tbBillList.xcslYjsBarList;
@@ -87,7 +89,7 @@
            }
            that.isLoading = true;
            that.AxiosHttp("post", 'Womdaa/ScanXcsl', {
            that.AxiosHttp("post", 'Womdaa/ScanXctl', {
                DAA001: that.DAA001,
                Bar: that.Bar,
                userAccount: that.userInfo.loginAccount,