王震
2023-12-13 67da82f0b0c24df5f19bbfcfec63801d9ae902d8
src/views/quality/Packaging_ledger/index.vue
@@ -361,19 +361,8 @@
          let obj = {
            packageNo: item.packageNo,
            contractNo: item.contractNo,
            boxInfo: []
            packageBoxId:item.id
          }
          list({packageBoxId:item.id}).then((res) =>{
            res.data.data.forEach(ele=>{
              obj.boxInfo.push({
                product: ele.product,
                productNo: ele.productNo,
                specs: ele.specs,
                unit: ele.unit,
                number: ele.number
              })
            })
          })
          this.qrData.push(obj)
        })
      },
@@ -428,7 +417,7 @@
              el.packageBoxId =this.goid
         });
         console.log(this.testStandardParams);
         return
  //       return
        saveList(this.testStandardParams).then((res) =>{
          if(res.status===200){
            this.$message.success('保存成功')