Browse Source

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

master
yunuo970428 2 months 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 return
} }
this.viewState = 2 this.viewState = 2
this.$refs['divAdd'].showAdd({ sid: this.selectionList[0] }) this.$refs['divAdd'].showAdd({ sid: this.selectionList[0].sid })
}, },
toInfo(row) { toInfo(row) {
this.viewState = 4 this.viewState = 4

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

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

Loading…
Cancel
Save