chenhaozhe
2025-09-04 45b4cbd921589ff8d6ea6ff5bb3a02a7eb6435d7
pages/caigouruku/form.vue
@@ -1191,6 +1191,7 @@
                        this.hform.HWHName_B = ''
                        this.hform.HSPName_B = ''
                     } else {
                                this.hform.HBarCode_B = data.BarCodeDetailslist[0].HBarCode
                        this.hform.HMaterName_B = data.BarCodeDetailslist[0].HMaterName
                        this.hform.HMaterModel_B = data.BarCodeDetailslist[0].HMaterModel
                        this.hform.HBatchNo_B = data.BarCodeDetailslist[0].HBatchNo
@@ -1421,7 +1422,7 @@
                                    let sMain = JSON.stringify(this.materMeta) + ';' + this.hform.HBillType + ';' + this.hform.HSourceBillNo
                                    try {
                                        // 为条码设置出库单号和出库次数
                                        await this.Set_BarCodeBill(sMain)
                                        // await this.Set_BarCodeBill(sMain)
                                        uni.showModal({
                                           title: '提示',
                                           content: res.data.Message + '。是否继续新增?(点击取消返回上级页面)',
@@ -1591,7 +1592,7 @@
      }
      input {
         width: 100%;
         width: inherit;
         padding: 8rpx 20rpx;
         font-size: 30rpx;
      }