| | |
| | | <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"> |
| | |
| | | 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" /> |
| | |
| | | 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, |