Browse Source

修改出库添加磅单后自动修改货名问题sdy

zhongtianhaoyuan 3 năm trước cách đây
mục cha
commit
bb00f6d2a4

+ 3 - 3
pages/erp/exWarehousing/exWarehousing.vue

@@ -105,7 +105,7 @@
 				<!-- <view class="left">车牌号</view>
 				<input v-if="!isPC" v-model='detailData.carNo' class="right-bottom" placeholder="请输入车牌号"></input>
 				<view @click='slectCarNo' v-if="isPC">{{detailData.carNo}}</view> -->
-				<view class="left">车牌号{{showCar}}</view>
+				<view class="left">车牌号</view>
 				<!-- 他运合同车牌号输入 -->
 				<input v-model='detailData.carNo' @click.stop="handleShowKeyboard":disabled="true"  class="right-bottom" placeholder="请输入车牌号1" v-if="!showCar"></input>
 				<input v-model='detailData.carNo' @click.stop="handleShowKeyboard":disabled="true"  class="right-bottom" placeholder="请输入车牌号" v-if="showCar&&carjudge"></input>
@@ -352,6 +352,8 @@
 		onLoad(options) {
 			this.id = options.id
 			this.cangId = options.cangId
+			//查看任务编号
+			this.inOutNo()
 		},
 		onShow() {
 			uni.showLoading({
@@ -413,8 +415,6 @@
 			if (helper.erpWarehouse.personCharge) {
 				this.detailData.agent = helper.erpWarehouse.personCharge
 			}
-			//查看任务编号
-			this.inOutNo()
 			//经办人
 			this.handler()
 		},

+ 1 - 0
pages/task/audit/acquisition_settlement_approval.vue

@@ -120,6 +120,7 @@
 						this.$api.doRequest('get', '/paymentManagement/selectPaymentManagement', {
 							currentPage: this.currentPage,
 							pageSize: this.pageSize,
+							searchType: '1',//searchType:1待审核
 							warehouseName: res.data.data.warehouseName,
 							managementType: 1
 						}).then(res1 => {