wankeda
2025-06-24 1caea0fdc7ed1788d854a2aba8853984b4494e01
´úÂë¹ÜÀí/AGVjiaoliaoPDA/pages/materielGroup/InboundTask.vue
@@ -67,9 +67,9 @@
                     <uni-easyinput type="text" v-model="PalletCode" placeholder="请扫描物料类型" ref='midInput'
                        :focus="addressFocus" />
                  </uni-forms-item>
                  <uni-forms-item label="终点缓存位区域">
            <!--       <uni-forms-item label="终点缓存位区域">
                     <uni-data-select v-model="value" :localdata="rangs"></uni-data-select>
                  </uni-forms-item>
                  </uni-forms-item> -->
                  <uni-forms-item>
                     <button @click="inbound" type="primary" size="default" style="margin-top: 2%;">入库确认</button>
                  </uni-forms-item>
@@ -184,7 +184,7 @@
               MainData: {
                  "stationcode": this.stationcode,
                  "PalletCode": this.PalletCode,
                  "PointName": this.value,
                  // "PointName": this.value,
               }
            }
            this.$u.post('/api/Task/InboundTask', postData).then(res => {
@@ -192,7 +192,7 @@
                  uni.$showMsg("任务添加成功");
                  this.stationcode = "";
                  this.PalletCode = "";
                  this.PointName = ";"
                  // this.PointName = ";"
                  setTimeout(() => {
                     // this.materialtype = false;
                  }, 200);