Browse Source

完善预期到货通知单、收货单

master
yunuo970428 1 month ago
parent
commit
94091177be
  1. 2
      yxt-as-ui/src/views/storage/deliveryNotice/index.vue
  2. 2
      yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue

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

@ -405,7 +405,7 @@ export default {
return
}
this.viewState = 2
this.$refs['divAdd'].showAdd({ sid: this.selectionList[0] })
this.$refs['divAdd'].showAdd({ sid: this.selectionList[0].sid })
},
toInfo(row) {
this.viewState = 4

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

@ -170,6 +170,7 @@ export default {
deliveryDate: getCurrentDate(),
billState: '新建',
remarks: '',
isUpShelf: '',
useOrgSid: '',
createOrgSid: '',
list: [],
@ -287,6 +288,7 @@ export default {
deliveryDate: getCurrentDate(),
billState: '新建',
remarks: '',
isUpShelf: '',
useOrgSid: '',
createOrgSid: '',
list: [],

Loading…
Cancel
Save