1
wankeda
2 天以前 786c5ca17012ff3a01faf466b751bdbe70629b97
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_PDA/pages/½ÐÁÏ/¿ÕÍлØÁ÷.vue
@@ -13,9 +13,9 @@
                     <uni-easyinput type="text" v-model="sourceAddress1" placeholder="请扫瞄起点地址" ref='secondInput'
                        :focus="focusSecond" @confirm="handleSecondInputConfirm" />
                  </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>
@@ -162,15 +162,15 @@
               this.$t.message.toast('请选择起点位置');
               return;
            }
            if (targetAddress == "") {
               this.$t.message.toast('请扫瞄终点位置');
               return;
            }
            // if (targetAddress == "") {
            //    this.$t.message.toast('请扫瞄终点位置');
            //    return;
            // }
            var postData = {
               MainData: {
                  "sourceAddress": this.sourceAddress,
                  "sourceAddress1": this.sourceAddress1,
                  "targetAddress": this.value,
                  // "targetAddress": this.value,
               }
            }
            // console.log(Exception);
@@ -181,7 +181,7 @@
                  this.$t.message.toast('呼叫成功');
                  this.sourceAddress = "";
                  this.sourceAddress1 = "";
                  this.value = "";
                  // this.value = "";
                  // this.$refs.popup.close();
                  // this.submit();
               } else {