|
|
|
@ -310,7 +310,13 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="工位名称:" prop="workplaceName" class="query-form-item">
|
|
|
|
|
<el-form-item prop="workplaceName" class="query-form-item">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="工位名称选项用以自定义工位的名字,可根据医院需求自行变更">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
工位名称:
|
|
|
|
|
</template>
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="formData.workplaceName" style="width: 80%"
|
|
|
|
|
auto-complete="off"
|
|
|
|
@ -320,7 +326,13 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="24">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="工位状态:" prop="workplaceStatus" class="query-form-item">
|
|
|
|
|
<el-form-item prop="workplaceStatus" class="query-form-item">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="工位状态选项用以开启或关闭当前工位">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
工位状态:
|
|
|
|
|
</template>
|
|
|
|
|
<el-select v-model="formData.workplaceStatus" style="width: 80%" placeholder="工位状态">
|
|
|
|
|
<el-option label="暂停" :value=0></el-option>
|
|
|
|
|
<el-option label="启用" :value=1></el-option>
|
|
|
|
@ -336,7 +348,13 @@
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item prop="deptCode" label="所属部门:">
|
|
|
|
|
<el-form-item prop="deptCode" >
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="所属部门选项用以选择此工位将由哪个部门进行使用">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
所属部门:
|
|
|
|
|
</template>
|
|
|
|
|
<el-select v-model="formData.deptCode" placeholder="请选择部门" clearable
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
@change="handleInvChange"
|
|
|
|
@ -349,7 +367,13 @@
|
|
|
|
|
<el-row :gutter="24">
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="工位负责人:" prop="chargeUser" class="query-form-item">
|
|
|
|
|
<el-form-item prop="chargeUser" class="query-form-item">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="工位负责人选项用以选择当前工位的负责人,该选项受部门内关联的用户影响">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
工位负责人:
|
|
|
|
|
</template>
|
|
|
|
|
<el-select v-model="formData.chargeUser" placeholder="请选择负责人"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
clearable
|
|
|
|
@ -384,7 +408,13 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="24">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="按货位上架:" prop="queueStatus" class="query-form-item">
|
|
|
|
|
<el-form-item prop="queueStatus" class="query-form-item">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="按货位上架选项用来选择是否开启取货槽模式">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
按货位上架:
|
|
|
|
|
</template>
|
|
|
|
|
<el-select v-model="formData.queueStatus" style="width: 80%" placeholder="货位上架">
|
|
|
|
|
<el-option label="关闭" :value="0"></el-option>
|
|
|
|
|
<el-option label="启用" :value="1"></el-option>
|
|
|
|
@ -392,7 +422,13 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="所属业务类型:" prop="productType" class="query-form-item">
|
|
|
|
|
<el-form-item prop="productType" class="query-form-item">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="所属业务类型选项用来分配业务归属器械或药品">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
所属业务类型:
|
|
|
|
|
</template>
|
|
|
|
|
<el-select v-model="formData.productType" style="width: 80%" placeholder="所属业务类型">
|
|
|
|
|
<el-option label="器械业务" :value="1"></el-option>
|
|
|
|
|
<el-option label="药品业务" :value="2"></el-option>
|
|
|
|
@ -404,7 +440,7 @@
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="这里是对作业模式的详细说明,例如选择不同模式的影响等">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="作业模式选项用来规范医院的业务选择,如仅为满足医保要求,推荐选择药库统一模式">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
作业模式:
|
|
|
|
@ -416,7 +452,13 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="是否只允许采集最小销售单元:" prop="isUseMinUnit" class="query-form-item">
|
|
|
|
|
<el-form-item prop="isUseMinUnit" class="query-form-item">
|
|
|
|
|
<template slot="label">
|
|
|
|
|
<el-tooltip class="item" effect="dark" placement="top" content="只允许采集最小销售单元选项用来控制上货时可采集的追溯码层级">
|
|
|
|
|
<i class="el-icon-question"></i>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
只允许采集最小销售单元:
|
|
|
|
|
</template>
|
|
|
|
|
<el-select v-model="formData.isUseMinUnit" style="width: 80%" placeholder="请选择作业模式" :disabled="isDisabled">
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|