|
@@ -94,49 +94,49 @@
|
|
|
style="font-size: 14px; ">完善更多信息<text
|
|
|
style="font-size: 10px; color: #AFB3BF;">(选填,可由客服人员代为完善)</text></text>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">水分(%)<= </text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请填写水分占比" name="input" v-model="deptList.waterContent"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">容重(g/L)<= </text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请填写容重" name="input" v-model="deptList.bulkDensity"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">热损伤(%)<= </text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请填写热损伤占比" name="input" v-model="deptList.jiaorenli"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">杂质(%)<= </text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请填写杂质占比" name="input" v-model="deptList.impurity"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">霉变粒(%)<= </text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请填写霉变粒占比" name="input" v-model="deptList.mildewGrain"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">不完整粒(%)<= </text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请填写不完整粒占比" name="input" v-model="deptList.imperfectGrain"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">蛋白(%)<= </text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请填写蛋白占比" name="input" v-model="deptList.protein"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">粒型 </text>
|
|
|
<picker @change="liChange" :value="liIndex" :range="liType" class="con-list" v-model="deptList.grain">
|
|
|
<view class="con-list">
|
|
@@ -144,7 +144,7 @@
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">品级 </text>
|
|
|
<picker @change="pinChange" :value="pinIndex" :range="pinType" class="con-list">
|
|
|
<view class="con-list">
|
|
@@ -152,14 +152,14 @@
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">产地</text>
|
|
|
<view class="con-list">
|
|
|
<view @click='regionchange1'>{{region1}}</view>
|
|
|
<u-picker :params='params1' @confirm='regionpicker1' mode="region" v-model="show1"></u-picker>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">产出年份</text>
|
|
|
<picker @change="nianChange" :value="nianIndex" :range="nianType" class="con-list">
|
|
|
<view class="con-list">
|
|
@@ -167,7 +167,7 @@
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">包装方式</text>
|
|
|
<picker @change="baoChange" :value="baoIndex" :range="baoType" class="con-list">
|
|
|
<view class="con-list">
|
|
@@ -175,13 +175,13 @@
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view v-if='!checked&&baoIndex!=0' 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>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if='!checked' class="c-row b-b">
|
|
|
+ <view v-if='checked' class="c-row b-b">
|
|
|
<text class="tit">运费承担方</text>
|
|
|
<picker @change="chengChange" :value="chengIndex" :range="chengType" class="con-list">
|
|
|
<view class="con-list">
|
|
@@ -227,7 +227,7 @@
|
|
|
province: true,
|
|
|
city: true,
|
|
|
},
|
|
|
- checked: true,
|
|
|
+ checked: false,
|
|
|
insertProcurementPlanInfo: {},
|
|
|
liIndex: -1,
|
|
|
liType: ['塔粮', '筛粮', '中粒', '大粒'],
|