瀏覽代碼

问题修改

jiangn 1 年之前
父節點
當前提交
11029934ee

+ 1 - 1
src/view/fin/other-payable/form.vue

@@ -176,7 +176,7 @@ export default {
     initData() {
       this.getDictionaryData();
 
-      this.formData.staffId = this.$store.state.user.id
+      this.formData.staffId = this.$store.state.user.staffId
       this.formData.staffName = this.$store.state.user.staffName
       this.formData.orgId = this.$store.state.user.orgId
       this.formData.orgName = this.$store.state.user.orgName

+ 1 - 1
src/view/sale/order-out/form.vue

@@ -755,7 +755,7 @@ export default {
           this.formData.outStatus = this.$config.outStatus.chuKuZhong;
         }
         if (!this.formData.makeStaff) {
-          this.formData.makeStaff = this.$store.state.user.id;
+          this.formData.makeStaff = this.$store.state.user.staffId;
         }
         this.formData.limitEdit = true;
 

+ 1 - 1
src/view/sale/order-out/formOrderOut.vue

@@ -473,7 +473,7 @@ export default {
           this.formData.outStatus = this.$config.outStatus.chuKuZhong;
         }
         if (!this.formData.makeStaff) {
-          this.formData.makeStaff = this.$store.state.user.id;
+          this.formData.makeStaff = this.$store.state.user.staffId;
         }
 
         let itemList = data["dataItem"];

+ 1 - 1
src/view/sale/order-return/form.vue

@@ -654,7 +654,7 @@ export default {
           this.formData.intoStatus = this.$config.intoStatus.daiRuKu
         }
         if (!this.formData.makeStaff) {
-          this.formData.makeStaff = this.$store.state.user.id;
+          this.formData.makeStaff = this.$store.state.user.staffId;
         }
 
         this.goodsFootFormData.sumQuantity = this.formData.outingQty;

+ 1 - 1
src/view/sale/order-return/formOutReturn.vue

@@ -391,7 +391,7 @@ export default {
           this.formData.intoStatus = this.$config.intoStatus.daiRuKu
         }
         if (!this.formData.makeStaff) {
-          this.formData.makeStaff = this.$store.state.user.id;
+          this.formData.makeStaff = this.$store.state.user.staffId;
         }
 
         this.goodsFootFormData.sumQuantity = this.formData.outingQty;