|
|
@ -1,27 +1,23 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div style="display: flex; width: 100%;">
|
|
|
|
<div style="display: flex; width: 100%;">
|
|
|
|
<!--<el-checkbox v-model="checked" class="checkitemTag"-->
|
|
|
|
|
|
|
|
<!-->是否关联第三方产品信息-->
|
|
|
|
|
|
|
|
<!--</el-checkbox-->
|
|
|
|
|
|
|
|
<!-->-->
|
|
|
|
|
|
|
|
<span class="checkitemTag"></span>
|
|
|
|
<span class="checkitemTag"></span>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
style="margin-right: 20px;float: right"
|
|
|
|
style="margin-right: 20px;margin-top:-15px;float: right"
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
icon="search"
|
|
|
|
icon="el-icon-bottom-left"
|
|
|
|
@click="combine"
|
|
|
|
@click="combine"
|
|
|
|
>选入
|
|
|
|
>关联选入
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<el-card class="el-card" v-if="checked">
|
|
|
|
<el-card class="el-card" v-if="checked">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-form :inline="true" :model="erpQuery" size="mini">
|
|
|
|
<el-form :model="erpQuery" size="mini" label-width="125px" v-show="showThrSearch">
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="产品编码:">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="erpQuery.code"
|
|
|
|
v-model="erpQuery.code"
|
|
|
|
placeholder="产品编码/商品条码/医保编码"
|
|
|
|
placeholder="产品编码/商品条码/医保编码"
|
|
|
@ -29,83 +25,97 @@
|
|
|
|
@keyup.enter.native="keyupErp_submit($event)"
|
|
|
|
@keyup.enter.native="keyupErp_submit($event)"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="产品名称:">
|
|
|
|
<el-input v-model="erpQuery.name"
|
|
|
|
<el-input v-model="erpQuery.name"
|
|
|
|
clearable="true"
|
|
|
|
clearable="true"
|
|
|
|
placeholder="产品名称"></el-input>
|
|
|
|
placeholder="产品名称"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="注册/备案凭证号:">
|
|
|
|
<el-input v-model="erpQuery.registerNo"
|
|
|
|
<el-input v-model="erpQuery.registerNo"
|
|
|
|
clearable="true"
|
|
|
|
clearable="true"
|
|
|
|
placeholder="注册/备案凭证号"></el-input>
|
|
|
|
placeholder="注册/备案凭证号"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="生产厂家:">
|
|
|
|
<el-input v-model="erpQuery.manufactory"
|
|
|
|
<el-input v-model="erpQuery.manufactory"
|
|
|
|
clearable="true"
|
|
|
|
clearable="true"
|
|
|
|
placeholder="生产厂家"></el-input>
|
|
|
|
placeholder="生产厂家"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-row>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-row>
|
|
|
|
<el-form-item class="query-form-item" label="规格型号:">
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="erpQuery.spec"
|
|
|
|
v-model="erpQuery.spec"
|
|
|
|
clearable="true"
|
|
|
|
clearable="true"
|
|
|
|
placeholder="规格型号"
|
|
|
|
placeholder="规格型号"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
</el-col>
|
|
|
|
<el-select v-model="thirdSysFk" placeholder="请选择第三方系统" disabled="true">
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="第三方系统:">
|
|
|
|
|
|
|
|
<el-select v-model="thirdSysFk" placeholder="请选择第三方系统" disabled="true" style="width: 100%">
|
|
|
|
<el-option
|
|
|
|
<el-option
|
|
|
|
v-for="item in thirdSys"
|
|
|
|
v-for="item in thirdSys"
|
|
|
|
:key="item.value"
|
|
|
|
:key="item.value"
|
|
|
|
:label="item.thirdName"
|
|
|
|
:label="item.thirdName"
|
|
|
|
|
|
|
|
|
|
|
|
:value="item.thirdId">
|
|
|
|
:value="item.thirdId">
|
|
|
|
<span style="float: left">{{ item.thirdName }}</span>
|
|
|
|
<span style="float: left">{{ item.thirdName }}</span>
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.thirdId }}</span>
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.thirdId }}</span>
|
|
|
|
</el-option>
|
|
|
|
</el-option>
|
|
|
|
</el-select>
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item style="display: flex">
|
|
|
|
</el-col>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="search" @click="searchErpList">查询</el-button>
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
<div class="top-right-btn">
|
|
|
|
|
|
|
|
<el-button-group>
|
|
|
|
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideThrSearch">显示/隐藏搜索栏</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="searchErpList">查询</el-button>
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table
|
|
|
|
<el-table
|
|
|
|
:data="erpList"
|
|
|
|
:data="erpList"
|
|
|
|
|
|
|
|
border
|
|
|
|
style="width: 100%"
|
|
|
|
style="width: 100%"
|
|
|
|
highlight-current-row="true"
|
|
|
|
highlight-current-row="true"
|
|
|
|
v-loading="erpLloading"
|
|
|
|
v-loading="erpLloading"
|
|
|
|
|
|
|
|
|
|
|
|
@current-change="handleErpChange"
|
|
|
|
@current-change="handleErpChange"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- :row-class-name="tableRowClassName"-->
|
|
|
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="产品编码" prop="code"></el-table-column>
|
|
|
|
<el-table-column label="产品编码" prop="code"></el-table-column>
|
|
|
|
<el-table-column label="产品名称" prop="name"></el-table-column>
|
|
|
|
<el-table-column label="产品名称" prop="name" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="计量单位" prop="measname"></el-table-column>
|
|
|
|
<el-table-column label="计量单位" prop="measname" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="规格型号" prop="spec"></el-table-column>
|
|
|
|
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="注册/备案凭证号" prop="registerNo"></el-table-column>
|
|
|
|
<el-table-column label="注册/备案凭证号" prop="registerNo" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="生产厂家" prop="manufactory"></el-table-column>
|
|
|
|
<el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip></el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
<el-pagination
|
|
|
|
<pagination
|
|
|
|
:page-size="erpQuery.limit"
|
|
|
|
v-show="pageTotal>0"
|
|
|
|
@current-change="handleErpPageChange"
|
|
|
|
|
|
|
|
layout="prev, pager, next"
|
|
|
|
|
|
|
|
:total="pageTotal"
|
|
|
|
:total="pageTotal"
|
|
|
|
:curret-page="erpQuery.page"
|
|
|
|
:page.sync="erpQuery.page"
|
|
|
|
></el-pagination>
|
|
|
|
:limit.sync="erpQuery.limit"
|
|
|
|
|
|
|
|
@pagination="getErpList"
|
|
|
|
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
<el-card class="el-card">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-form :inline="true" :model="unionQuery" size="mini">
|
|
|
|
<el-form :model="unionQuery" size="mini" label-width="125px" v-show="showDiSearch">
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="DI编码:">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="unionQuery.nameCode"
|
|
|
|
v-model="unionQuery.nameCode"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
@ -114,12 +124,15 @@
|
|
|
|
@keyup.enter.native="keyup_submit($event)"
|
|
|
|
@keyup.enter.native="keyup_submit($event)"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="医疗器械注册人:">
|
|
|
|
<el-select
|
|
|
|
<el-select
|
|
|
|
v-model="unionQuery.ylqxzcrbarmc"
|
|
|
|
v-model="unionQuery.ylqxzcrbarmc"
|
|
|
|
filterable
|
|
|
|
filterable
|
|
|
|
remote
|
|
|
|
remote
|
|
|
|
clearable="true"
|
|
|
|
clearable="true"
|
|
|
|
|
|
|
|
style="width: 100%"
|
|
|
|
reserve-keyword
|
|
|
|
reserve-keyword
|
|
|
|
placeholder="医疗器械注册人"
|
|
|
|
placeholder="医疗器械注册人"
|
|
|
|
:remote-method="findMethod"
|
|
|
|
:remote-method="findMethod"
|
|
|
@ -135,7 +148,9 @@
|
|
|
|
</el-option>
|
|
|
|
</el-option>
|
|
|
|
</el-select>
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="器械通用名称:">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
:disabled="unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''"
|
|
|
|
:disabled="unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''"
|
|
|
|
v-model="unionQuery.cpmctymc"
|
|
|
|
v-model="unionQuery.cpmctymc"
|
|
|
@ -144,11 +159,11 @@
|
|
|
|
placeholder="器械通用名称"
|
|
|
|
placeholder="器械通用名称"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="规格型号:">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="unionQuery.ggxh"
|
|
|
|
v-model="unionQuery.ggxh"
|
|
|
|
placeholder="规格型号"
|
|
|
|
placeholder="规格型号"
|
|
|
@ -157,7 +172,9 @@
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
|
|
|
<el-form-item class="query-form-item" label="注册/备案凭证号:">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="unionQuery.zczbhhzbapzbh"
|
|
|
|
v-model="unionQuery.zczbhhzbapzbh"
|
|
|
|
clearable="true"
|
|
|
|
clearable="true"
|
|
|
@ -166,23 +183,23 @@
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
|
|
|
<el-button-group>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="search" @click="serchList" size="mini"
|
|
|
|
|
|
|
|
>查询
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
<div class="top-right-btn">
|
|
|
|
|
|
|
|
<el-button-group>
|
|
|
|
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideDiSearch">显示/隐藏搜索栏</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onDiReset">重置</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="serchList">查询</el-button>
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table
|
|
|
|
<el-table
|
|
|
|
:data="udidlList"
|
|
|
|
:data="udidlList"
|
|
|
|
style="width: 100%"
|
|
|
|
style="width: 100%"
|
|
|
|
@row-click="intentDetail"
|
|
|
|
@row-click="intentDetail"
|
|
|
|
|
|
|
|
border
|
|
|
|
v-loading="loading"
|
|
|
|
v-loading="loading"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
@selection-change="handleSelectionUdiChange"
|
|
|
|
@selection-change="handleSelectionUdiChange"
|
|
|
@ -231,13 +248,14 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
<el-pagination
|
|
|
|
|
|
|
|
:page-size="unionQuery.limit"
|
|
|
|
<pagination
|
|
|
|
@current-change="handleCurrentChange"
|
|
|
|
v-show="total>0"
|
|
|
|
layout="prev, pager, next"
|
|
|
|
|
|
|
|
:total="total"
|
|
|
|
:total="total"
|
|
|
|
:current-page="unionQuery.page"
|
|
|
|
:page.sync="unionQuery.page"
|
|
|
|
></el-pagination>
|
|
|
|
:limit.sync="unionQuery.limit"
|
|
|
|
|
|
|
|
@pagination="getList"
|
|
|
|
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
@ -275,6 +293,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//第三方产品信息:
|
|
|
|
|
|
|
|
showThrSearch: true,
|
|
|
|
erpQuery: {
|
|
|
|
erpQuery: {
|
|
|
|
code: null,
|
|
|
|
code: null,
|
|
|
|
name: "",
|
|
|
|
name: "",
|
|
|
@ -285,6 +306,22 @@ export default {
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 10,
|
|
|
|
limit: 10,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
thirdSys: [],
|
|
|
|
|
|
|
|
thirdSysFk: null,
|
|
|
|
|
|
|
|
fromOptions: [],
|
|
|
|
|
|
|
|
checked: true,
|
|
|
|
|
|
|
|
udidlList: [],
|
|
|
|
|
|
|
|
erpList: [],
|
|
|
|
|
|
|
|
pageTotal: 0,
|
|
|
|
|
|
|
|
total: 0,
|
|
|
|
|
|
|
|
currentRow: null,
|
|
|
|
|
|
|
|
loading: false,
|
|
|
|
|
|
|
|
erpLloading: false,
|
|
|
|
|
|
|
|
multipleUdiSelection: [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//DI器械信息
|
|
|
|
|
|
|
|
showDiSearch: true,
|
|
|
|
unionQuery: {
|
|
|
|
unionQuery: {
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 20,
|
|
|
|
limit: 20,
|
|
|
@ -295,6 +332,11 @@ export default {
|
|
|
|
zczbhhzbapzbh: "",
|
|
|
|
zczbhhzbapzbh: "",
|
|
|
|
isCheck: 1
|
|
|
|
isCheck: 1
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
diDetails: null,
|
|
|
|
|
|
|
|
selectDialog: false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//关联选入
|
|
|
|
combineQuery: {
|
|
|
|
combineQuery: {
|
|
|
|
thirdId: "",
|
|
|
|
thirdId: "",
|
|
|
|
keys: [],
|
|
|
|
keys: [],
|
|
|
@ -304,23 +346,13 @@ export default {
|
|
|
|
erpName: null,
|
|
|
|
erpName: null,
|
|
|
|
measname: null,
|
|
|
|
measname: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fromOptions: [],
|
|
|
|
|
|
|
|
checked: true,
|
|
|
|
|
|
|
|
udidlList: [],
|
|
|
|
|
|
|
|
erpList: [],
|
|
|
|
|
|
|
|
pageTotal: 1,
|
|
|
|
|
|
|
|
total: 1,
|
|
|
|
|
|
|
|
currentRow: null,
|
|
|
|
|
|
|
|
loading: false,
|
|
|
|
|
|
|
|
erpLloading: false,
|
|
|
|
|
|
|
|
multipleUdiSelection: [],
|
|
|
|
|
|
|
|
thirdSys: [],
|
|
|
|
|
|
|
|
thirdSysFk: null,
|
|
|
|
|
|
|
|
diDetails: null,
|
|
|
|
|
|
|
|
selectDialog: false,
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
//第三方产品信息:
|
|
|
|
|
|
|
|
hideThrSearch() {
|
|
|
|
|
|
|
|
this.showThrSearch = !this.showThrSearch;
|
|
|
|
|
|
|
|
},
|
|
|
|
onReset() {
|
|
|
|
onReset() {
|
|
|
|
this.$router.push({
|
|
|
|
this.$router.push({
|
|
|
|
path: "",
|
|
|
|
path: "",
|
|
|
@ -337,6 +369,64 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.getErpList();
|
|
|
|
this.getErpList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
searchErpList() {
|
|
|
|
|
|
|
|
this.erpQuery.page = 1;
|
|
|
|
|
|
|
|
this.getErpList();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
handleErpPageChange(val) {
|
|
|
|
|
|
|
|
this.erpQuery.page = val;
|
|
|
|
|
|
|
|
this.getErpList();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
getErpList() {
|
|
|
|
|
|
|
|
this.erplLoading = true;
|
|
|
|
|
|
|
|
this.erpQuery.thirdSys = this.thirdSysFk;
|
|
|
|
|
|
|
|
getInvbasdoc(this.erpQuery)
|
|
|
|
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
this.erplLoading = false;
|
|
|
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
|
|
|
this.erpList = response.data.list || [];
|
|
|
|
|
|
|
|
this.pageTotal = response.data.total || 0;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
|
|
|
this.erpList = [];
|
|
|
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
this.erplLoading = false;
|
|
|
|
|
|
|
|
this.erpList = [];
|
|
|
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
keyupErp_submit(event) {
|
|
|
|
|
|
|
|
this.erpQuery.page = 1;
|
|
|
|
|
|
|
|
this.getErpList();
|
|
|
|
|
|
|
|
event.target.select();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//DI器械信息
|
|
|
|
|
|
|
|
hideDiSearch() {
|
|
|
|
|
|
|
|
this.showDiSearch = !this.showDiSearch;
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
onDiReset() {
|
|
|
|
|
|
|
|
this.$router.push({
|
|
|
|
|
|
|
|
path: "",
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
this.unionQuery = {
|
|
|
|
|
|
|
|
page: 1,
|
|
|
|
|
|
|
|
limit: 20,
|
|
|
|
|
|
|
|
nameCode: "",
|
|
|
|
|
|
|
|
cpmctymc: "",
|
|
|
|
|
|
|
|
ylqxzcrbarmc: null,
|
|
|
|
|
|
|
|
ggxh: "",
|
|
|
|
|
|
|
|
zczbhhzbapzbh: "",
|
|
|
|
|
|
|
|
isCheck: 1
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
this.getErpList();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
serchList() {
|
|
|
|
serchList() {
|
|
|
|
this.unionQuery.page = 1;
|
|
|
|
this.unionQuery.page = 1;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
@ -384,49 +474,13 @@ export default {
|
|
|
|
handleErpChange(val) {
|
|
|
|
handleErpChange(val) {
|
|
|
|
console.log(val);
|
|
|
|
console.log(val);
|
|
|
|
this.currentRow = val;
|
|
|
|
this.currentRow = val;
|
|
|
|
// this.unionQuery.cpmctymc = this.currentRow.name;
|
|
|
|
|
|
|
|
// this.unionQuery.zczbhhzbapzbh = this.currentRow.registerNo;
|
|
|
|
|
|
|
|
// this.unionQuery.ggxh = this.currentRow.spec;
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
diDetail(row) {
|
|
|
|
diDetail(row) {
|
|
|
|
this.diDetails = row;
|
|
|
|
this.diDetails = row;
|
|
|
|
this.selectDialog = true;
|
|
|
|
this.selectDialog = true;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
searchErpList() {
|
|
|
|
|
|
|
|
this.erpQuery.page = 1;
|
|
|
|
|
|
|
|
this.getErpList();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
handleErpPageChange(val) {
|
|
|
|
|
|
|
|
this.erpQuery.page = val;
|
|
|
|
|
|
|
|
this.getErpList();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
getErpList() {
|
|
|
|
|
|
|
|
this.erplLoading = true;
|
|
|
|
|
|
|
|
this.erpQuery.thirdSys = this.thirdSysFk;
|
|
|
|
|
|
|
|
getInvbasdoc(this.erpQuery)
|
|
|
|
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
this.erplLoading = false;
|
|
|
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
|
|
|
this.erpList = response.data.list || [];
|
|
|
|
|
|
|
|
this.pageTotal = response.data.total || 0;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
|
|
|
this.erpList = [];
|
|
|
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
.catch(() => {
|
|
|
|
|
|
|
|
this.erplLoading = false;
|
|
|
|
|
|
|
|
this.erpList = [];
|
|
|
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
keyupErp_submit(event) {
|
|
|
|
|
|
|
|
this.erpQuery.page = 1;
|
|
|
|
|
|
|
|
this.getErpList();
|
|
|
|
|
|
|
|
event.target.select();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
intentBack() {
|
|
|
|
intentBack() {
|
|
|
|
this.$router.go(-1);
|
|
|
|
this.$router.go(-1);
|
|
|
|
},
|
|
|
|
},
|