Commit df237144 by LJM

add

parent 98199c04
Showing with 4 additions and 6 deletions
......@@ -36,12 +36,10 @@
<view class="status-box row">
<view class="staus_type_val row rowCenter verCenter" v-if="item.is_goods_check">商检</view>
</view>
<view class="input-box row verCenter">
<view class="input-box row verCenter" style="flex: 00 100%;">
<text class="label">型号:</text>
<text class="text">{{ item.goods_type }}</text>
</view>
<view class="input-box row verCenter">
<text class="tt">{{ item.sync_status_cn }}</text>
<text class="tt" style="margin-left: 8rpx;">{{ item.sync_status_cn }}</text>
</view>
<view class="input-box row verCenter" style="flex: 00 100%;">
<text class="label">物料名称:</text>
......@@ -73,7 +71,7 @@
</view>
<view class="input-box row verCenter">
<text class="label">理货人:</text>
<text class="text">{{item.upate_user}}</text>
<text class="text">{{item.update_user}}</text>
</view>
<view class="input-box row" style="flex: 0 0 100%;">
<text class="label">理货照片:</text>
......@@ -146,7 +144,7 @@
* 获取明细信息
*/
getData() {
this.request(API.getTallyData, 'GET', { wsty_id: this.wsty_id, ...this.searchParams }, true).then(res => {
this.request(API.getTallyData, 'GET', { wsty_id: this.wsty_id, ...this.searchParams, is_base: 0 }, true).then(res => {
if (res.err_code === 0) {
this.list = res.data.detail;
this.total = res.data.detail.length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment