#
whycq
2023-04-11 d7934047afa41933681769afe4bf04b953fd6a2e
#
2个文件已修改
3 ■■■■ 已修改文件
pages/basics/checkout.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/outPakin.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/checkout.vue
@@ -213,6 +213,7 @@
                        'token':uni.getStorageSync('token'),
                    },
                    success(result) {
                        console.log('findBarcode:' + result.data);
                        let res = result.data;
                        if (res.code === 200) {
                            if (res.data.ioType === 101) {
@@ -271,7 +272,6 @@
                        if(res.code === 200 ) {
                            var add = true
                            if(res.data) { 
                                console.log(that.matnr);
                                for(let i = 0;i < that.matList.length; i++) {
                                    var matnr = that.matList[i].matnr + '-' +  that.matList[i].batch
                                    if (matnr === that.matnr) {
pages/basics/outPakin.vue
@@ -246,6 +246,7 @@
                            that.barcode = '';
                            that.matList = '';
                            that.matList = [];
                            that.owner = '';
                            that.barcodeFocuss();
                        } else if (res.code == 403) {
                            uni.showToast({title: res.msg, icon: "none", position: 'top'})