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

+ 3 - 3
pageD/myRelease/buyEdit.vue

@@ -243,7 +243,7 @@
 		onLoad(options){
 			this.id=options.id
 			if(options.customerName){
-				this.deptList.procurementPlanNo = options.customerName
+				this.deptList.buyer = options.customerName
 			}
 			
 		},
@@ -253,9 +253,9 @@
 			this.$api.doRequest('get', '/identityAuthenticationInfo/getInfo',{commonId:this.userInfo.id}).then(res => {
 				if(res.data.code==200){
 					if(res.data.data.customerTypeFlag==1){
-						that.$set(this.deptList,'procurementPlanNo',res.data.data.customerName)
+						that.$set(this.deptList,'buyer',res.data.data.customerName)
 					}else{
-						that.$set(this.deptList,'procurementPlanNo',res.data.data.compName)
+						that.$set(this.deptList,'buyer',res.data.data.compName)
 					}
 					this.goods=res.data.data
 				}

+ 1 - 1
pageD/myRelease/buyGrain.vue

@@ -175,7 +175,7 @@
 					</view>
 				</picker>
 			</view>
-			<view v-if='!checked&&baoIndex==2||checked&&baoIndex==3' class="c-row b-b">
+			<view v-if='!checked&&baoIndex!=0' class="c-row b-b">
 				<text class="tit">袋装备注</text>
 				<view class="con-list">
 					<input placeholder="请填写袋装备注" name="input" v-model="deptList.baggingNotes"></input>

+ 1 - 1
pageD/myRelease/sellDetails.vue

@@ -7,7 +7,7 @@
 			<view class="c-row b-b">
 				<text class="tit">名头</text>
 				<view class="con-list">
-					<text @click="navToDetailPage">{{deptList.seller}}</text>
+					{{deptList.seller}}
 				</view>
 			</view>
 			<view class="c-row b-b">

+ 1 - 1
pageD/myRelease/sellGrain.vue

@@ -179,7 +179,7 @@
 					</view>
 				</picker>
 			</view>
-			<view v-if='!checked&&baoIndex==2||checked&&baoIndex==3' class="c-row b-b">
+			<view v-if='!checked&&baoIndex!=0' class="c-row b-b">
 				<text class="tit">袋装备注</text>
 				<view class="con-list">
 					<input placeholder="请填写袋装备注" name="input" v-model="deptList.baggingNotes"></input>