|
|
@ -318,6 +318,7 @@ export default { |
|
|
|
imgList2: [], |
|
|
|
formobj: { |
|
|
|
sid: '', |
|
|
|
departmentSid: '', |
|
|
|
appearanceSizeHigh: '', |
|
|
|
appearanceSizeLong: '', |
|
|
|
appearanceSizeWide: '', |
|
|
@ -408,6 +409,7 @@ export default { |
|
|
|
}) |
|
|
|
this.viewTitle = '【入库】挂车' |
|
|
|
this.dialogStatus = 'add' |
|
|
|
this.formobj.departmentSid = window.sessionStorage.getItem('departmentSid') |
|
|
|
this.formobj.useOrgSid = useOrgSid |
|
|
|
this.formobj.stockStateValue = '库存' |
|
|
|
this.formobj.stockStateKey = '0001' |
|
|
@ -656,6 +658,7 @@ export default { |
|
|
|
if (isreload === 'true') this.$emit('reloadlist') |
|
|
|
this.formobj = { |
|
|
|
sid: '', |
|
|
|
departmentSid: '', |
|
|
|
appearanceSizeHigh: '', |
|
|
|
appearanceSizeLong: '', |
|
|
|
appearanceSizeWide: '', |
|
|
|