diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index e021942..8d8fc9a 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -96,43 +96,43 @@ - - - - - 币种 - - - - - - 首重费 - - - - 续重单价 - - - - - - 应收 - - - - 实收 - - - - - - + + + + + 币种 + + + + + + 首重费 + + + + 续重单价 + + + + + + 应收 + + + + 实收 + + + + + + @@ -170,6 +170,7 @@ sendSiteCode: this.$store.getters.userInfo.ownerSiteCode, dispatchUnderlingSiteCode: info.dispatchUnderlingSiteCode, custNo: info.custNo, + startSiteCode: info.startSiteCode, } return param } diff --git a/pages/post/openorder.vue b/pages/post/openorder.vue index 8d50336..9bd839a 100644 --- a/pages/post/openorder.vue +++ b/pages/post/openorder.vue @@ -93,7 +93,7 @@ - + @@ -364,6 +364,11 @@ sendSiteCode: this.submitParam.sendSiteCode, } }, + operateEmployeeSearchParam(){ + return { + ownerSiteCode: this.submitParam.startSiteCode, + } + } }, data() { return this.getDefaultData()