Commit 35fd5dbf authored by Marcus's avatar Marcus

发货人客户信息设置未选择到仓确认,用他新增订单时生成了发货人异常

http://zentao.jdshangmen.com/bug-view-1123.html
parent a741ccc9
......@@ -169,7 +169,7 @@
</el-col>
<el-col :span="24">
<el-form-item :label="$t('到仓确认')" prop="arrivalConfirm">
<el-switch v-model="form.arrivalConfirm" :active-value="0" :inactive-value="1" />
<el-switch v-model="form.arrivalConfirm" :active-value="1" :inactive-value="0" />
</el-form-item>
</el-col>
<el-col :span="13">
......
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 to comment