Commit cad5d188 by liangjianmin

feat(tallyReceive): 添加日期转DC输入框

在理货接收操作页面新增日期转DC输入字段,允许用户输入6位数年月日格式
parent 3999b2e4
Showing with 11 additions and 0 deletions
......@@ -204,6 +204,16 @@
</view>
<view>
<view class="input-title">
<text class="input-title-t2">日期转DC:</text>
</view>
<view class="input-box">
<input type="number" maxlength="6" class="uni-input" placeholder-style="color:#919399" placeholder="请输入6位数年月日" v-model="date_code_format" />
</view>
</view>
</view>
<view class="row bothSide verCenter input-box-wrap">
<view>
<view class="input-title">
<text class="input-title-t1" v-if="detail.stock_in_type == 4">*</text>
<text class="input-title-t2">产 地:</text>
</view>
......@@ -421,6 +431,7 @@
container_name: '', //容器编码
container_id: '' //容器id
},
date_code_format: '',//日期转DC格式
formParams: {
tally_qty: '', //理货数量,
date_code: '', //D/C
......
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