Commit b34df578 by LJM

bug

parent c765edfd
Showing with 3 additions and 2 deletions
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
</view> </view>
<!-- 拆货打印标签--> <!-- 拆货打印标签-->
<view class="print row verCenter" v-if="warehouse_id == 9"> <view class="print row verCenter" v-if="warehouse_id == 9">
<text class="t1" @click="rePrintTag(1)">货打印标签</text> <text class="t1" @click="rePrintTag(1)">货打印标签</text>
<view class="print-type-box row rowCenter verCenter"> <view class="print-type-box row rowCenter verCenter">
<picker @change="bindPickerChange" :value="print_style_index" :range="print_style" class="row rowCenter verCenter"> <picker @change="bindPickerChange" :value="print_style_index" :range="print_style" class="row rowCenter verCenter">
<view class="row rowCenter verCenter"> <view class="row rowCenter verCenter">
...@@ -573,7 +573,8 @@ ...@@ -573,7 +573,8 @@
rePrintTagParams: { rePrintTagParams: {
stock_out_item_id: '', stock_out_item_id: '',
print_type: 0, print_type: 0,
recheck_num: '' recheck_num: '',
from_type: 1
} }
}; };
}, },
......
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