南骏 池
2025-05-28 0d1f118b3a0413a490f0c36e0841a14ec55b87b9
H5/Js/Sctl.js
@@ -17,7 +17,7 @@
            depot: {},
            show: false,
            actions: [],
            ItemTblDetail:[]
            ItemDetail:[]
        }
    },
    mounted() {
@@ -35,7 +35,7 @@
            var that = this;
            that.isLoading = true;
            that.AxiosHttp("post", 'MesItemTbl/GetSCTLBillNo', {
                type: "生产退料申请"
                type: "生产退料"
            }, false)
                .then(function (res) {
                    var json = res;
@@ -81,13 +81,13 @@
                .then(function (res) {
                    var json = res;
                    if (json.status == 0) {
                        that.ItemTblDetail = json.data.tbBillList;
                        that.ItemDetail = json.data.tbBillList;
                        that.$refs.sectionCode.focus();
                    }
                    else {
                        that.$toast.fail(json.message);
                        that.$refs.billNo.focus();
                        that.ItemTblDetail = null;
                        that.ItemDetail = null;
                        that.billNo = null;
                    }
                    that.isLoading = false;
@@ -96,7 +96,7 @@
                    that.isLoading = false;
                    that.$toast.fail("网络错误,请重试!");
                    that.$refs.billNo.focus();
                    that.ItemTblDetail = null;
                    that.ItemDetail = null;
                    that.billNo = null;
                    console.log(error);
                });