wankeda
2025-04-14 0ea4a390d09679425cf3ad217a38a9e717641c95
´úÂë¹ÜÀí/AGVjiaoliaoPDA/pages/materielGroup/EmptyOutTask.vue
@@ -62,13 +62,13 @@
                     <uni-easyinput type="text" :focus="!addressFocus" v-model="inboundBarcode"
                        placeholder="请扫描托盘条码" ref='midInput' @input="inputChangebarcode" />
                  </uni-forms-item> -->
                  <uni-forms-item label="物料类型">
                  <!-- <uni-forms-item label="物料类型">
                     <uni-easyinput type="text" v-model="PalletCode" placeholder="请扫描物料类型" ref='midInput'
                        :focus="addressFocus" />
                  </uni-forms-item>
                  <!-- <uni-forms-item label="终点缓存架区域">
                     <uni-data-select v-model="value" :localdata="range"></uni-data-select>
                  </uni-forms-item> -->
                  <uni-forms-item label="终点缓存架区域">
                     <uni-data-select v-model="value" :localdata="rangs"></uni-data-select>
                  </uni-forms-item>
                  <uni-forms-item>
                     <button @click="inbound" type="primary" size="default"
                        style="margin-top: 2%;">空托出库搬运确认</button>
@@ -108,7 +108,19 @@
            value2: "",
            matTotals: [],
            value: 0,
            // range: [],
            rangs: [{
                  value: "PVC区",
                  text: "PVC区"
               },
               {
                  value: "无卤区",
                  text: "无卤区"
               },
               {
                  value: "硅烷区",
                  text: "硅烷区"
               },
            ],
         }
      },
      onShow() {},
@@ -173,7 +185,7 @@
            var postData = {
               MainData: {
                  "stationcode": this.stationcode,
                  "PalletCode": this.PalletCode,
                  // "PalletCode": this.PalletCode,
                  "toaddress": this.value,
               }
            }
@@ -182,7 +194,7 @@
               if (res.status) {
                  uni.$showMsg("任务添加成功");
                  this.stationcode = "";
                  this.PalletCode = "";
                  // this.PalletCode = "";
                  this.toaddress = "";
                  setTimeout(() => {
                     // this.materialtype = false;