changhaoning 1 yıl önce
ebeveyn
işleme
43872e85bc

+ 2 - 2
src/view/pur/pur-enter/form.vue

@@ -717,9 +717,9 @@ export default {
       // 部门
       this.params.orgId = this.$store.state.user.orgId
       // 员工
-      this.params.staffId = this.$store.state.user.id
+      this.params.staffId = this.$store.state.user.staffId
       // 制单员
-      this.params.makeStaff = this.$store.state.user.id
+      this.params.makeStaff = this.$store.state.user.staffId
       // 公司
       this.params.cpId = this.$store.state.user.cpId
 

+ 2 - 2
src/view/pur/pur-order/form.vue

@@ -478,9 +478,9 @@ export default {
       // 部门
       this.params.orgId = this.$store.state.user.orgId
       // 员工
-      this.params.staffId = this.$store.state.user.id
+      this.params.staffId = this.$store.state.user.staffId
       // 制单员
-      this.params.makeStaff = this.$store.state.user.id
+      this.params.makeStaff = this.$store.state.user.staffId
       // 公司
       this.params.cpId = this.$store.state.user.cpId
 

+ 2 - 2
src/view/pur/pur-return/form.vue

@@ -556,9 +556,9 @@ export default {
       // 部门
       this.params.orgId = this.$store.state.user.orgId
       // 员工
-      this.params.staffId = this.$store.state.user.id
+      this.params.staffId = this.$store.state.user.staffId
       // 制单员
-      this.params.makeStaff = this.$store.state.user.id
+      this.params.makeStaff = this.$store.state.user.staffId
       // 公司
       this.params.cpId = this.$store.state.user.cpId
       // 账务日期