|
|
|
@ -62,23 +62,16 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="内部单据自动平衡" prop="supplementOrderType">
|
|
|
|
|
<el-select :disabled="inputQuery.corpType !=3 || inputQuery.inStock!= true || inputQuery.actionType != 1"
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-form-item label="库存方式" prop="actionType">
|
|
|
|
|
<el-select v-model="inputQuery.actionType"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
v-model="inputQuery.supplementOrderType"
|
|
|
|
|
clearable
|
|
|
|
|
placeholder="单据类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in orderTypeList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
placeholder="请选择入库方式">
|
|
|
|
|
<el-option label="入账" :value="1"></el-option>
|
|
|
|
|
<el-option label="预验收" :value="2"></el-option>
|
|
|
|
|
<el-option label="寄售" :value="3"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -95,21 +88,29 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- :disabled="inputQuery.mainAction!='WareHouseIn' || inputQuery.corpType!=2 "-->
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-form-item label="库存方式" prop="actionType">
|
|
|
|
|
<el-select v-model="inputQuery.actionType"
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="内部单据自动平衡" prop="supplementOrderType">
|
|
|
|
|
<el-select :disabled="inputQuery.corpType !=3 || inputQuery.inStock!= true || inputQuery.actionType != 1"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
v-model="inputQuery.supplementOrderType"
|
|
|
|
|
clearable
|
|
|
|
|
placeholder="请选择入库方式">
|
|
|
|
|
<el-option label="无" :value="0"></el-option>
|
|
|
|
|
<el-option label="入账" :value="1"></el-option>
|
|
|
|
|
<el-option label="预验收" :value="2"></el-option>
|
|
|
|
|
<el-option label="寄售" :value="3"></el-option>
|
|
|
|
|
placeholder="单据类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in orderTypeList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- :disabled="inputQuery.mainAction!='WareHouseIn' || inputQuery.corpType!=2 "-->
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
@ -301,7 +302,7 @@
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
</el-collapse-item>
|
|
|
|
|
|
|
|
|
|
<el-collapse-item title="医院使用出库设置" v-if="inputQuery.mainAction!='WareHouseIn'">
|
|
|
|
|
<el-collapse-item title="出库单据设置" v-if="inputQuery.mainAction!='WareHouseIn'">
|
|
|
|
|
<div style="width: 100%;margin-top: 15px">
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col span="5">
|
|
|
|
@ -1179,10 +1180,9 @@ export default {
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
if (this.inputQuery.mainAction != 'WareHouseIn') {
|
|
|
|
|
this.inputQuery.actionType = null
|
|
|
|
|
}
|
|
|
|
|
// if (this.inputQuery.mainAction != 'WareHouseIn') {
|
|
|
|
|
// this.inputQuery.actionType = null
|
|
|
|
|
// }
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 单据类型高级设置弹窗
|
|
|
|
|