Commit 4c1563d8 by LJM

再次优化

parent bd2b4f76
......@@ -43,6 +43,7 @@
</view>
<view class="borline"></view>
</view>
<!-- #ifdef MP-WEIXIN -->
<template v-if="is_login">
<view class="scan row rowCenter verCenter" @click="scanChange(1)">
<text class="iconfont icon-juxing2"></text>
......@@ -55,6 +56,7 @@
<text class="tt">扫描</text>
</navigator>
</template>
<!-- #endif -->
</view>
</template>
......
......@@ -58,20 +58,16 @@
</view>
</view>
<!-- 箱子基础信息 -->
<view class="info row verCenter" v-if="tallyData && tallyData.detail">
<view class="info row verCenter" v-if="tallyData && tallyData.detail">
<view class="grid-item row verCenter">
<view class="t1">业务日期:</view>
<view class="t2">{{tallyData.create_time_cn}}</view>
</view>
<view class="grid-item row verCenter">
<view class="t1">型号总数:</view>
<view class="t1">总数:</view>
<view class="t3">{{tallyData.goods_sn_num}}</view>
</view>
<view class="grid-item row verCenter">
<view class="t1">总箱数:</view>
<view class="t3">{{tallyData.box_sum}}</view>
</view>
<view class="grid-item row verCenter">
<view class="t1">处理人:</view>
<view class="t2">{{tallyData.tally_user_name}}</view>
</view>
......
......@@ -831,6 +831,7 @@
duration: 2000
});
setTimeout(() => {
this.$refs.canelInputDialog.close();
this.getTallyData();
}, 2000);
} else {
......
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