zhangyuewww 3 years ago
parent
commit
8fc72e268a
3 changed files with 16 additions and 4 deletions
  1. 13 1
      pageA/product/detail.vue
  2. 2 2
      pageD/myRelease/sellGrain.vue
  3. 1 1
      pages/release/release.vue

+ 13 - 1
pageA/product/detail.vue

@@ -74,6 +74,18 @@
 						<text>{{goods.priceType}}</text>
 						<text>{{goods.priceType}}</text>
 					</view>
 					</view>
 				</view>
 				</view>
+				<view v-if='goods.procurementPlanType=="现货"' class="c-row">
+					<text class="tit">采购价格(元/吨)</text>
+					<view class="con-list">
+						<text>{{goods.unitPrice}}</text>
+					</view>
+				</view>
+				<view v-else class="c-row">
+					<text class="tit">基差(元/吨)</text>
+					<view class="con-list">
+						<text>{{goods.basisPrice}}</text>
+					</view>
+				</view>
 				<view class="c-row">
 				<view class="c-row">
 					<text class="tit">收货地区</text>
 					<text class="tit">收货地区</text>
 					<view class="con-list">
 					<view class="con-list">
@@ -92,7 +104,7 @@
 						<text>{{goods.packingType}}</text>
 						<text>{{goods.packingType}}</text>
 					</view>
 					</view>
 				</view>
 				</view>
-				<view class="c-row">
+				<view v-if='goods.baggingNotes' class="c-row">
 					<text class="tit">袋装备注</text>
 					<text class="tit">袋装备注</text>
 					<view class="con-list">
 					<view class="con-list">
 						<text>{{goods.baggingNotes}}</text>
 						<text>{{goods.baggingNotes}}</text>

+ 2 - 2
pageD/myRelease/sellGrain.vue

@@ -216,7 +216,7 @@
 					gradeKey:0,
 					gradeKey:0,
 					packingTypeKey:0,
 					packingTypeKey:0,
 					freightPayerKey:-1,
 					freightPayerKey:-1,
-					priceType: "定价采购",
+					priceType: "定价销售",
 					procurementPlanType: "现货",
 					procurementPlanType: "现货",
 					grain: "塔粮",
 					grain: "塔粮",
 					grade: "不限(默认)",
 					grade: "不限(默认)",
@@ -382,7 +382,7 @@
 				this.deptList.salePlanTypeKey = e.detail.value+1
 				this.deptList.salePlanTypeKey = e.detail.value+1
 				this.deptList.salePlanType = this.typesType[this.typesIndex];
 				this.deptList.salePlanType = this.typesType[this.typesIndex];
 				if (this.typesIndex == 0) {
 				if (this.typesIndex == 0) {
-					this.deptList.priceType = '定价采购'
+					this.deptList.priceType = '定价销售'
 				} else {
 				} else {
 					this.deptList.priceType = '期货盘面价+基差'
 					this.deptList.priceType = '期货盘面价+基差'
 				}
 				}

+ 1 - 1
pages/release/release.vue

@@ -11,7 +11,7 @@
 						<view class="status">
 						<view class="status">
 							<view v-if='item.status=="已驳回"' class='put2'>未通过</view>
 							<view v-if='item.status=="已驳回"' class='put2'>未通过</view>
 							<view v-if='item.status=="待审核"' class='put1'>审核中</view>
 							<view v-if='item.status=="待审核"' class='put1'>审核中</view>
-							<view v-if='item.status=="已认证"' class='put'>已通过</view>
+							<view v-if='item.status=="已通过"' class='put'>已通过</view>
 						</view>
 						</view>
 					</view>
 					</view>
 					<view class="address">{{item.privates}}{{item.city}}{{item.Area}}</view>
 					<view class="address">{{item.privates}}{{item.city}}{{item.Area}}</view>