|
@@ -637,6 +637,7 @@ export default {
|
|
|
disabled2: true,
|
|
|
tranCarInfoList: [],
|
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
+ secretaryWeigher: sessionStorage.getItem('ws-pf_staffName'),
|
|
|
deptCircularPage: {},
|
|
|
packtypeList: {},
|
|
|
date: {
|
|
@@ -1416,8 +1417,8 @@ export default {
|
|
|
.then(() => {
|
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
|
if (valid) {
|
|
|
- this.deptBudgetList.compId =
|
|
|
- sessionStorage.getItem('ws-pf_compId')
|
|
|
+ this.deptBudgetList.compId = sessionStorage.getItem('ws-pf_compId')
|
|
|
+ this.deptBudgetList.secretaryWeigher = sessionStorage.getItem('ws-pf_staffName')
|
|
|
this.deptBudgetList.inOutFlag = 2
|
|
|
this.deptBudgetList.pcFlag = 1
|
|
|
this.deptBudgetList.statusFlag = 3
|
|
@@ -1940,8 +1941,8 @@ export default {
|
|
|
.then(() => {
|
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
|
if (valid) {
|
|
|
- this.deptBudgetList.compId =
|
|
|
- sessionStorage.getItem('ws-pf_compId')
|
|
|
+ this.deptBudgetList.compId = sessionStorage.getItem('ws-pf_compId')
|
|
|
+ this.deptBudgetList.secretaryWeigher = sessionStorage.getItem('ws-pf_staffName')
|
|
|
this.deptBudgetList.inOutFlag = 2
|
|
|
this.deptBudgetList.statusFlag = 1
|
|
|
let _data = JSON.parse(sessionStorage.getItem('winseaview-userInfo'))
|