剩余模块:生产退料
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="list-box-list" v-if="state.dataList.length > 0">
|
||||
<view class="data-item" @click.stop="fnToUrl(item)"
|
||||
v-for="(item, index) in state.dataList" :key="index">
|
||||
<view class="tit">销售出库单单号:{{item.FBillNo}}</view>
|
||||
<view class="tit">{{ t('index.sdn') }}:{{item.FBillNo}}</view>
|
||||
<view class="line-p"></view>
|
||||
<view class="b-font">{{ t('receive.rq') }}:{{item.FDateFormat}}</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user