Commit 5b5a34c4 authored by hubaoshan's avatar hubaoshan

wcp

parent 7d173fd3
......@@ -429,12 +429,12 @@ export default {
pallet: this.pallet,
orderSn: this.moveSn
}
updatePd(obj).then(res => {
this.valuePd = res.code === 200 ? 'bacc-green' : ''
})
this.valuePd = 'bacc-red'
this.queryForm.value = ''
updatePd(obj).then(res => {
this.valuePd = res.code === 200 ? 'bacc-green' : 'bacc-red'
this.getList()
this.valuePd = 'bacc-red'
})
this.move()
},
deletePd() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment