|
|
|
@ -14,6 +14,7 @@
|
|
|
|
|
<el-option label="全部" value=""></el-option>
|
|
|
|
|
<el-option label="客户" value="1"></el-option>
|
|
|
|
|
<el-option label="供应商" value="2"></el-option>
|
|
|
|
|
<el-option label="特殊科室" value="3"></el-option>
|
|
|
|
|
<el-option label="特殊往来" value="4"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -65,7 +66,7 @@
|
|
|
|
|
<el-dialog
|
|
|
|
|
:title="combinTypeMap[combinType]"
|
|
|
|
|
:visible.sync="selectDrugDialogVisible"
|
|
|
|
|
width="85%"
|
|
|
|
|
width="80%"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="selectDrugDialogVisible"
|
|
|
|
@ -110,42 +111,42 @@
|
|
|
|
|
</el-table>
|
|
|
|
|
<el-form :model="editQuery" :rules="formRules" style="margin-top: 20px" label-width="120px" ref="dataForm">
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="往来单位名称" prop="name">
|
|
|
|
|
<el-input v-model="editQuery.name" size="small" style="width: 90%" auto-complete="off" @input="change()" splaceholder="请输入往来单位名称"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="往来单位编码" prop="erpId">
|
|
|
|
|
<el-input v-model="editQuery.erpId" style="width: 90%" auto-complete="off" disabled="true" splaceholder="请输入往来单位编码"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="社会信用号" prop="creditNo">
|
|
|
|
|
<el-input v-model="editQuery.creditNo" style="width: 90%" splaceholder="请输入社会信用号" auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="联系人" prop="contact">
|
|
|
|
|
<el-input v-model="editQuery.contact" splaceholder="请输入联系人" style="width: 90%" auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :type="flex">
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="地址" prop="addr">
|
|
|
|
|
<el-input type="" v-model="editQuery.addr" splaceholder="请输入地址" style="width: 90%" auto-complete="off"></el-input></el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="联系电话" prop="mobile">
|
|
|
|
|
<el-input v-model="editQuery.mobile" splaceholder="请输入联系电话" auto-complete="off" style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :type="flex">
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="往来单位类型" prop="corpType">
|
|
|
|
|
<el-select v-model="editQuery.corpType" style="width: 90%" placeholder="请选择往来单位类型">
|
|
|
|
|
<el-option
|
|
|
|
@ -157,7 +158,7 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="拼音码" prop="spell">
|
|
|
|
|
<el-input v-model="editQuery.spell" placeholder="请输入拼音码" auto-complete="off" style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -174,7 +175,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {getBasicUnitMaintains, basicUnitMaintainSave, deleteBasicUnitMaintain, getThrsysUnit, removeRl} from "@/api/basic/basicUnitMaintain";
|
|
|
|
|
import {getBasicUnitMaintains, basicUnitMaintainSave, deleteBasicUnitMaintain, getThrsysUnit, removeRl,getSystemParamConfig} from "@/api/basic/basicUnitMaintain";
|
|
|
|
|
import selectUnit from "./corpRelevance";
|
|
|
|
|
import selectSingleUnit from "./corpSingleRelevance";
|
|
|
|
|
import {getBasicThirdSys} from "@/api/basic/basicThirdSys";
|
|
|
|
@ -232,8 +233,8 @@ export default {
|
|
|
|
|
label: "供应商"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: 5,
|
|
|
|
|
label: "医院客户"
|
|
|
|
|
value: 3,
|
|
|
|
|
label: "内部科室"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: 4,
|
|
|
|
@ -290,11 +291,10 @@ export default {
|
|
|
|
|
this.thirdIdColumn = false;
|
|
|
|
|
getBasicUnitMaintains(this.query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.getSystemParamConfig();
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.erpIdColumn = response.data.BUMErpIdValue == "1" ? true : false;
|
|
|
|
|
this.thirdIdColumn = response.data.BUMThirdIdValue == "1" ? true : false;
|
|
|
|
|
this.list = response.data.page.list || [];
|
|
|
|
|
this.total = response.data.page.total || 0;
|
|
|
|
|
this.list = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
@ -302,6 +302,12 @@ export default {
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
getSystemParamConfig(){
|
|
|
|
|
getSystemParamConfig().then((req) => {
|
|
|
|
|
this.erpIdColumn = req.data.BUMErpIdValue == "1" ? true : false;
|
|
|
|
|
this.thirdIdColumn = req.data.BUMThirdIdValue == "1" ? true : false;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
hideSearch() {
|
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
|
},
|
|
|
|
|