| | |
| | | </view>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <view class="content" v-if="!isconfirm">
|
| | | <view class="cu-form-group padding-lr-0">
|
| | | <view class="title text-blue">供应商批次:</view>
|
| | | {{item.splrBatch}}
|
| | | </view>
|
| | | </view>
|
| | | <view class="content" v-else>
|
| | | <text class="text-black">供应商批次:<text class="text-grey ">{{item.splrBatch}}</text></text>
|
| | | |
| | | <view class="content" >
|
| | | <text class="text-black">批次:<text class="text-grey ">{{item.splrBatch}}</text></text>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | |
| | | }
|
| | | },
|
| | | computed: {
|
| | | ...mapState('user', ['dynamicFields']),
|
| | | ...mapState('user', ['dynamicFields']), |
| | | |
| | | allCount() {
|
| | | return this.list.reduce((acc, row) => +row.receiptQty + acc, 0)
|
| | | }
|
| | |
|
| | | },
|
| | | mounted() {
|
| | | this.getRece()
|
| | | this.getRece() |
| | | console.log(dynamicFields)
|
| | | this.whAreaId = uni.getStorageSync('whAreaId')
|
| | | },
|
| | | methods: {
|