南骏 池
2025-03-13 b74ed2e356c5cb28fd3cf536e32705164eaf1512
H5/Js/Sctl.js
@@ -17,7 +17,7 @@
            depot: {},
            show: false,
            actions: [],
            ItemTblDetail:[]
            ItemDetail:[]
        }
    },
    mounted() {
@@ -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);
                });