Browse Source

前端 sdy

zhongtianhaoyuan 3 years ago
parent
commit
82938fa55e

+ 3 - 3
pages/task/audit/Issueandreceipt_task_approval.vue

@@ -64,7 +64,7 @@
 							<view class="right">{{retreatList.predictDate}}</view>
 						</view>
 						<view class='row'>
-							<view class="left">出库经办人</view>
+							<view class="left">发货人</view>
 							<view class="right">{{retreatList.publisher}}</view>
 						</view>
 					</view>
@@ -124,7 +124,7 @@
 							<view class="right">{{OutList.predictDate}}</view>
 						</view>
 						<view class='row'>
-							<view class="left">出库经办人</view>
+							<view class="left">发货人</view>
 							<view class="right">{{OutList.publisher}}</view>
 						</view>
 					</view>
@@ -197,7 +197,7 @@
 							<view class="right">{{EnterList.predictDate}}</view>
 						</view>
 						<view class='row'>
-							<view class="left">出库经办人</view>
+							<view class="left">收货人</view>
 							<view class="right">{{EnterList.publisher}}</view>
 						</view>
 					</view>

+ 1 - 2
pages/task/audit/freight_setting_approval.vue

@@ -71,7 +71,6 @@
 				})
 			},
 			passSubmit() {
-				console.log(this.list.id)
 				var that = this
 				if (!this.list.tranPriceIng) {
 					this.$api.msg('运费单价不能为空')
@@ -88,7 +87,7 @@
 							tranProcessInfo.flag = "2"
 							tranProcessInfo.tranPriceIng = that.list.tranPriceIng
 							tranProcessInfo.reviewer = that.userInfo.userName
-							tranProcessInfo.tranTypeKey = 1
+							tranProcessInfo.tranTypeKey = that.list.tranTypeKey
 							that.$api.doRequest('post', '/tranProcessInfo/api/setUpTranPrice', tranProcessInfo)
 								.then(res => {
 									if (res.data.code == 200) {