xiaojiao
3 天以前 2c69e642303e9f9c3b2e37194c4c6cdf7e1b3001
ÏîÄ¿´úÂë/PDA/pages/Inbound/Inbound.vue
@@ -75,7 +75,7 @@
                  <uni-easyinput type="text" placeholder="请输入备料点位" ref='midInput' :focus="focus2" v-model="Position"/>
               </uni-forms-item>
            </uni-forms>
            <button @click="GroupPlate" type="primary" size="default" style="margin-top: 2%;">组盘</button>
            <button @click="GroupPlate" type="primary" size="default" style="margin-top: 2%;">组盘绑定</button>
         </view>
      </view>
      <view v-show="current === 1">
@@ -86,7 +86,7 @@
                     placeholder="请输入托盘编码" ref='midInput' />
               </uni-forms-item>
            </uni-forms>
            <button @click="SolvePlate" type="primary" size="default" style="margin-top: 2%;">解盘</button>
            <button @click="SolvePlate" type="primary" size="default" style="margin-top: 2%;">解绑</button>
         </view>
      </view>
      <u-toast ref="luToast" />
@@ -271,7 +271,7 @@
            var param = {
               "PalletCode": this.PalletCode3,
            }
            this.$u.post('/api/BoxingInfo/DeleteGroupPlateAsync', param).then(res => {
            this.$u.post('/api/PDA/DeleteGroupPlateAsync?PalletCode='+this.PalletCode3, '').then(res => {
               if (res.status) {
                  this.$refs.luToast.show({
                     title: res.message,