Commit 5b5a34c4 authored by hubaoshan's avatar hubaoshan

wcp

parent 7d173fd3
...@@ -429,12 +429,12 @@ export default { ...@@ -429,12 +429,12 @@ export default {
pallet: this.pallet, pallet: this.pallet,
orderSn: this.moveSn orderSn: this.moveSn
} }
updatePd(obj).then(res => { this.valuePd = 'bacc-red'
this.valuePd = res.code === 200 ? 'bacc-green' : ''
})
this.queryForm.value = '' this.queryForm.value = ''
updatePd(obj).then(res => {
this.valuePd = res.code === 200 ? 'bacc-green' : 'bacc-red'
this.getList() this.getList()
this.valuePd = 'bacc-red' })
this.move() this.move()
}, },
deletePd() { 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