南骏 池
2025-04-26 e7a16c7b5f2dedcc25552275f746ce276be0aef0
H5/Js/PurchaseReturn.js
@@ -14,7 +14,7 @@
                quantity:0
            },
            formData: {},
            tableData: [],
            ItemDetail: [],
            codeTableData: [],
            itemOutNoList: [],
            itemOutNoStr: [],
@@ -148,46 +148,22 @@
                .then(function (res) {
                    var json = res;
                    if (json.status == 0) {
                        that.tableData = json.data.tbBillList.sumItem;
                        that.scanFormData.itemNo = json.data.tbBillList.itemNo
                        //that.scanFormData.quantity = json.data.tbBillList.quantity
                        //console.log(json);
                        that.ItemDetail = json.data.tbBillList;
                        that.$refs.barcode.focus();
                    }
                    else {
                        that.$toast.fail(json.message);
                        that.ItemDetail = [];
                    }
                    that.isLoading = false;
                })
                .catch(function (error) {
                    that.isLoading = false;
                    that.$toast.fail("网络错误,请重试!");
                    console.log(error);
                    that.ItemDetail = [];
                });
        },
        //getScanBarcode() {
        //    var that = this;
        //    that.isLoading = true;
        //    that.AxiosHttp("post", 'MesInvItemOuts/GetScanBarcode', {
        //        id: that.formData.guid
        //    }, false)
        //        .then(function (res) {
        //            var json = res;
        //            if (json.status == 0) {
        //                that.codeTableData = res.data.tbBillList;
        //            }
        //            else {
        //                that.$toast.fail(json.message);
        //            }
        //            that.isLoading = false;
        //        })
        //        .catch(function (error) {
        //            that.isLoading = false;
        //            that.$toast.fail("网络错误,请重试!");
        //            console.log(error);
        //        });
        //},
        SaveBarCodes() {
            //if (!this.scanFormData.barcode) {