|
|
@ -165,7 +165,7 @@ |
|
|
|
<view class="name"> |
|
|
|
<text>化肥</text> |
|
|
|
<text>中量元素水溶肥</text> |
|
|
|
<text class="plant-jiantou_zuoyouqiehuan" @click="$refs.dPicker.show=true"/> |
|
|
|
<!-- <text class="plant-jiantou_zuoyouqiehuan" @click="$refs.dPicker.show=true"/> --> |
|
|
|
</view> |
|
|
|
<view class="company"> |
|
|
|
<text>云南云天化股份有限公司</text> |
|
|
@ -173,7 +173,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="card specs"> |
|
|
|
<!-- <view class="card specs"> |
|
|
|
<view class="title_mast">规格</view> |
|
|
|
<view style="display:flex;"> |
|
|
|
<view class="select"> |
|
|
@ -183,7 +183,7 @@ |
|
|
|
<text class="plant-xinjian">新建</text> |
|
|
|
</view> |
|
|
|
<view class="tip">库存:2袋(200kg)</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class="card purchase"> |
|
|
|
<view class="title_mast">{{({out:"出",in:"入"})[mode]}}库数量</view> |
|
|
@ -195,7 +195,7 @@ |
|
|
|
|
|
|
|
<button class="cu-btn round bg-green shadow submit">确定</button> |
|
|
|
|
|
|
|
<d-picker ref="dPicker" :list="stockList"> |
|
|
|
<!-- <d-picker ref="dPicker" :list="stockList"> |
|
|
|
<view slot-scope="{row}" class="stock-picker"> |
|
|
|
<view class="info"> |
|
|
|
<text>{{row.agriculturalGoods}}</text> |
|
|
@ -207,7 +207,7 @@ |
|
|
|
<text style="--c:#999;" class="over">{{row.supplierName}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</d-picker> |
|
|
|
</d-picker> --> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
<script> |
|
|
@ -222,7 +222,7 @@ export default{ |
|
|
|
onLoad(options){ |
|
|
|
this.mode=options.mode |
|
|
|
uni.setNavigationBarTitle({ |
|
|
|
title:({out:"出库列表",in:"入库列表"})[this.mode] |
|
|
|
title:({out:"出库",in:"入库列表"})[this.mode] |
|
|
|
}) |
|
|
|
this.getStore({ |
|
|
|
baseId: this.$store.state.plantBaseInfoId, |
|
|
|