Commit f1bb9c70 authored by yanglilong's avatar yanglilong

增加字段

parent 2cce847b
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
### 接口文档地址 ### 接口文档地址
[接口文档地址](http://git.ssish.com/root/core-ci/wikis/interface_document) [接口文档地址](http://git.ssish.com/root/core-ci/wikis/interface_document)
### bug文档地址
> https://doc.weixin.qq.com/sheet/e3_AJUAZgYxAAgc43lZU8US7aQNaosuJ?scode=AMoAawcKABAwUOv0vIACEApQbQAFk&tab=BB08J2
### 测试 ### 测试
1. IP: 114.55.4.202 1. IP: 114.55.4.202
2. 域名 http://nt.run4wd.com/bims 2. 域名 http://nt.run4wd.com/bims
......
...@@ -118,6 +118,7 @@ export default{ ...@@ -118,6 +118,7 @@ export default{
country: '', country: '',
language: [], language: [],
specialtyList: [], specialtyList: [],
jobStatus: '',
}, },
editRules: { editRules: {
specialtyList: [ specialtyList: [
...@@ -211,6 +212,7 @@ export default{ ...@@ -211,6 +212,7 @@ export default{
country: record.country || "", country: record.country || "",
language: record.language? record.language.split(','): [], language: record.language? record.language.split(','): [],
specialtyList: record.specialtyList || [], specialtyList: record.specialtyList || [],
jobStatus: record.jobStatus || ""
}; };
this.dialogShow = true; this.dialogShow = true;
}, },
......
...@@ -133,19 +133,31 @@ ...@@ -133,19 +133,31 @@
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :lg="6" :sm="12"> <a-col :lg="6" :sm="12">
<a-form-model-item label="补充材料"> <a-form-model-item label="文件上传">
<a-upload name="file" :multiple="false" :showUploadList="true" <a-upload name="file" :multiple="false" :showUploadList="true"
:fileList="form.supplementalResult" :fileList="form.supplementalResult"
:customRequest="(file)=>uploadFile(file, 2)" :customRequest="(file)=>uploadFile(file, 2)"
:beforeUpload="()=>beforeUpload(2)" :beforeUpload="()=>beforeUpload(2)"
:remove="(file)=>removeFile(file, 2)"> :remove="(file)=>removeFile(file, 2)">
<a-button type="primary"> <Icon name="ssiupload" :size="18" />上传材料</a-button> <a-button type="primary"> <Icon name="ssiupload" :size="18" />文件上传</a-button>
</a-upload> </a-upload>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
</a-row> </a-row>
<a-row> <a-row :gutter="30">
<a-col :lg="24" :sm="12" class="none-label"> <a-col :lg="6" :sm="12">
<a-form-model-item label="预授权开始日期">
<a-date-picker allow-clear v-model="form.firstVisitDate" placeholder="请选择开始日期"
value-format="YYYY-MM-DD 00:00:00" />
</a-form-model-item>
</a-col>
<a-col :lg="6" :sm="12">
<a-form-model-item label="预授权截止日期">
<a-date-picker allow-clear v-model="form.firstVisitDate" placeholder="请选择截止日期"
value-format="YYYY-MM-DD 00:00:00" />
</a-form-model-item>
</a-col>
<a-col :lg="12" :sm="12" class="none-label">
<a-form-model-item label="button"> <a-form-model-item label="button">
<a-button type="primary" @click="saveEvt" :loading="loading"> <a-button type="primary" @click="saveEvt" :loading="loading">
<Icon :name="id?'ssibaocun':'ssiadd'" :size="14" />{{id? '保存预授权': '新建预授权'}} <Icon :name="id?'ssibaocun':'ssiadd'" :size="14" />{{id? '保存预授权': '新建预授权'}}
......
...@@ -41,9 +41,14 @@ ...@@ -41,9 +41,14 @@
<a-input v-model="form.patientName" placeholder="请输入客户姓名" allow-clear /> <a-input v-model="form.patientName" placeholder="请输入客户姓名" allow-clear />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :lg="12" :sm="12" class="none-label"> <a-col :lg="6" :sm="12">
<a-form-model-item label="预授权日期">
<a-range-picker format="YYYY年MM月DD日" v-model="form.dateRange2" :placeholder="['开始日期', '结束日期']" />
</a-form-model-item>
</a-col>
<a-col :lg="6" :sm="12" class="none-label">
<a-form-model-item label="button"> <a-form-model-item label="button">
<a-button class="mar-left10" type="primary" @click="handlerSearch"> <a-button type="primary" @click="handlerSearch">
<Icon name="ssisearch_active" :size="14" />查询 <Icon name="ssisearch_active" :size="14" />查询
</a-button> </a-button>
<a-button class="mar-left10" type="primary" @click="reset"> <a-button class="mar-left10" type="primary" @click="reset">
...@@ -108,6 +113,7 @@ export default{ ...@@ -108,6 +113,7 @@ export default{
ApplyStatusOptions, ApplyStatusOptions,
form: { form: {
dateRange: [], dateRange: [],
dateRange2: [],
payorCode: '', payorCode: '',
authProject: '', authProject: '',
authorStatus: '', authorStatus: '',
......
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
<a-col :span="12">{{item.benefitDesc}}</a-col> <a-col :span="12">{{item.benefitDesc}}</a-col>
<a-col :span="12" class="border-r"> <a-col :span="12" class="border-r">
<a-row :gutter="10"> <a-row :gutter="10">
<a-col :span="12">{{item.benefitConditionDesc}}</a-col> <a-col :span="8">{{item.benefitConditionDesc}}</a-col>
<a-col :span="12" class="border-r" v-if="item.remainingQuota || item.remainingQuota === 0"> <a-col :span="8" class="border-r" v-if="showRemainingQuota(item)">
<a-row v-if="item.isEditRemainingQuota"> <a-row v-if="item.isEditRemainingQuota">
<a-col :span="14"> <a-col :span="14">
<a-input v-model="remainingQuotaForm[item.benefitCode]" placeholder="请输入剩余金额"></a-input> <a-input v-model="remainingQuotaForm[item.benefitCode]" placeholder="请输入剩余金额"></a-input>
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
</a-row> </a-row>
<p v-else @dblclick="editRemainingQuota(item, index)" title="双击可编辑剩余金额">剩余{{item.remainingQuota}}元</p> <p v-else @dblclick="editRemainingQuota(item, index)" title="双击可编辑剩余金额">剩余{{item.remainingQuota}}元</p>
</a-col> </a-col>
<a-col :span="8">{{item.modifierDate}}</a-col>
</a-row> </a-row>
</a-col> </a-col>
</a-row> </a-row>
...@@ -83,6 +84,9 @@ export default { ...@@ -83,6 +84,9 @@ export default {
this._getBenefitData(); this._getBenefitData();
}, },
methods: { methods: {
showRemainingQuota(item){
return item.remainingQuota || item.remainingQuota === 0;
},
// 编辑剩余金额的打开与取消 // 编辑剩余金额的打开与取消
editRemainingQuota(data, index) { editRemainingQuota(data, index) {
const val = data.isEditRemainingQuota const val = data.isEditRemainingQuota
......
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