|
|
|
@ -197,20 +197,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<span>单据设置:</span>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 10px">
|
|
|
|
|
<el-col :span="24" class="el-col">
|
|
|
|
|
<div class="text item" style="margin-top: 6px">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="text item" style="margin-top: 6px">
|
|
|
|
|
<el-checkbox v-model="inputQuery.enable">启用单据类型</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.genUnit" :disabled="inputQuery.corpType !=2">允许手动输入客户信息
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.useDyCount" :disabled="true">以使用单元计量出库
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<span style="margin-left: 15px">单据详情展示方式:</span>
|
|
|
|
|
<el-select v-model="inputQuery.orderVisibleType" style="margin-left: 5px"
|
|
|
|
|
placeholder="单据详情展示方式"
|
|
|
|
|
size="mini">
|
|
|
|
|
<el-option label="批次号" :value=0></el-option>
|
|
|
|
|
<el-option label="条码清单" :value=1></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|