|
@@ -56,7 +56,7 @@
|
|
|
<view class="right">{{retreatList.goodsName}}</view>
|
|
|
</view>
|
|
|
<view class='row'>
|
|
|
- <view class="left">数量</view>
|
|
|
+ <view class="left">重量(吨)</view>
|
|
|
<view class="right">{{retreatList.weight}}</view>
|
|
|
</view>
|
|
|
<view class='row'>
|
|
@@ -69,7 +69,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">
|
|
@@ -197,7 +197,7 @@
|
|
|
<view class="right">{{EnterList.goodsName}}</view>
|
|
|
</view>
|
|
|
<view class='row'>
|
|
|
- <view class="left">数量</view>
|
|
|
+ <view class="left">重量(吨)</view>
|
|
|
<view class="right">{{EnterList.weight}}</view>
|
|
|
</view>
|
|
|
<view class='row'>
|
|
@@ -210,7 +210,7 @@
|
|
|
</view>
|
|
|
<view class='row'>
|
|
|
<view class="left">收货人</view>
|
|
|
- <view class="right">{{EnterList.publisher}}</view>
|
|
|
+ <view class="right">{{EnterList.agent}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -451,7 +451,7 @@
|
|
|
requestadd(list, status) {
|
|
|
|
|
|
list.compId = sessionStorage.getItem('ws-pf_compId')
|
|
|
- list.publisher = this.userInfo.userName
|
|
|
+ // list.publisher = this.userInfo.userName
|
|
|
uni.showLoading({
|
|
|
title:"审核中"
|
|
|
})
|
|
@@ -514,7 +514,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', {
|