|
@@ -460,6 +460,7 @@ export default {
|
|
},
|
|
},
|
|
size: 10,
|
|
size: 10,
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
|
+ skinInspector: sessionStorage.getItem('ws-pf_staffName'),
|
|
deptCircularPage: {},
|
|
deptCircularPage: {},
|
|
packtypeList: {},
|
|
packtypeList: {},
|
|
date: {
|
|
date: {
|
|
@@ -1002,8 +1003,8 @@ export default {
|
|
.then(() => {
|
|
.then(() => {
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
if (valid) {
|
|
if (valid) {
|
|
- this.deptBudgetList.compId =
|
|
|
|
- sessionStorage.getItem('ws-pf_compId')
|
|
|
|
|
|
+ this.deptBudgetList.compId = sessionStorage.getItem('ws-pf_compId')
|
|
|
|
+ this.deptBudgetList.skinInspector = sessionStorage.getItem('ws-pf_staffName')
|
|
this.deptBudgetList.inOutFlag = 1
|
|
this.deptBudgetList.inOutFlag = 1
|
|
this.deptBudgetList.pcFlag = 1
|
|
this.deptBudgetList.pcFlag = 1
|
|
this.deptBudgetList.statusFlag = 1
|
|
this.deptBudgetList.statusFlag = 1
|
|
@@ -1432,6 +1433,7 @@ export default {
|
|
this.deptBudgetList.deductionAmount *= 1000
|
|
this.deptBudgetList.deductionAmount *= 1000
|
|
this.deptBudgetList.deductionWeight /= 1000
|
|
this.deptBudgetList.deductionWeight /= 1000
|
|
this.deptBudgetList.compId = sessionStorage.getItem('ws-pf_compId')
|
|
this.deptBudgetList.compId = sessionStorage.getItem('ws-pf_compId')
|
|
|
|
+ this.deptBudgetList.skinInspector = sessionStorage.getItem('ws-pf_staffName')
|
|
this.deptBudgetList.inOutFlag = 1
|
|
this.deptBudgetList.inOutFlag = 1
|
|
this.deptBudgetList.statusFlag = 3
|
|
this.deptBudgetList.statusFlag = 3
|
|
addstorageputList(this.deptBudgetList)
|
|
addstorageputList(this.deptBudgetList)
|