zjj
2025-05-08 2a6c5b3094f0c177e390c07965cd50e7f357afe2
pages/listing/matnrPalletising.vue
@@ -226,7 +226,7 @@
         //    }
         // },
         async getList() {
            if(this.barcode === '' || this.barcode === null){
            if(this.container === '' || this.container === null){
               uni.showToast({
                  title: "容器码为空",
                  icon: "none",
@@ -290,7 +290,23 @@
            this.isconfirm = false
         },
         async confirm() {
            this.repeatClick = true
            if(this.container === '' || this.container === null){
               uni.showToast({
                  title: "容器码为空",
                  icon: "none",
                  position: 'top'
               })
               return ;
            }
            if(this.list.length ===0 || this.list === null){
               uni.showToast({
                  title: "未添加明细",
                  icon: "none",
                  position: 'top'
               })
               return ;
            }
            this.repeatClick = true
            const newArr = this.list.map(item => {
               
               return {