Commit 4c1563d8 by LJM

再次优化

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