Browse Source

完善上架单

master
yunuo970428 1 month ago
parent
commit
40be78644b
  1. 2
      yxt-as-ui/src/views/storage/receivingGoods/index.vue

2
yxt-as-ui/src/views/storage/receivingGoods/index.vue

@ -243,7 +243,7 @@ export default {
showUpShelfBill(row) {
this.dialogVisible = false
this.viewState = 6
this.$refs['upShelfInfo'].showEdit(row.billSid)
this.$refs['upShelfInfo'].showEdit({ sid: row.billSid })
},
resetState2() {
this.viewState = 1

Loading…
Cancel
Save