|
@@ -66,7 +66,7 @@
|
|
|
</view>
|
|
|
<view class='row'>
|
|
|
<view class="left">收货人</view>
|
|
|
- <view class="right">{{retreatList.publisher}}</view>
|
|
|
+ <view class="right">{{retreatList.agent}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="uForm_item">
|
|
@@ -128,7 +128,7 @@
|
|
|
</view>
|
|
|
<view class='row'>
|
|
|
<view class="left">发货人</view>
|
|
|
- <view class="right">{{OutList.publisher}}</view>
|
|
|
+ <view class="right">{{OutList.agent}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -203,7 +203,7 @@
|
|
|
</view>
|
|
|
<view class='row'>
|
|
|
<view class="left">收货人</view>
|
|
|
- <view class="right">{{EnterList.publisher}}</view>
|
|
|
+ <view class="right">{{EnterList.agent}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -388,7 +388,7 @@
|
|
|
requestadd(list, status) {
|
|
|
|
|
|
list.compId = sessionStorage.getItem('ws-pf_compId')
|
|
|
- list.publisher = this.userInfo.userName
|
|
|
+ // list.publisher = this.userInfo.userName
|
|
|
this.$api.doRequest('post', '/inOutWarehouseTask/api/checkOrUpdateInOutTask', list).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
this.$api.doRequest('post', '/workflow/api/handle', {
|
|
@@ -409,7 +409,7 @@
|
|
|
},
|
|
|
requestaudit(list, status) {
|
|
|
list.compId = '2710b21efc1e4393930c5dc800010dc4'
|
|
|
- list.publisher = this.userInfo.userName
|
|
|
+ // list.publisher = this.userInfo.userName
|
|
|
this.$api.doRequest('post', '/inOutWarehouseTask/api/checkOrUpdateInOutTask', list).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
this.$api.doRequest('post', '/workflow/api/handle', {
|