|
|
|
@ -42,158 +42,159 @@
|
|
|
|
|
size="mini"
|
|
|
|
|
label-width="100px"
|
|
|
|
|
>
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="18">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="UDI码:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.udiCode"-->
|
|
|
|
|
<!-- style="width: 97%"-->
|
|
|
|
|
<!-- placeholder="请扫描或输入UDI码"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- @keyup.enter.native="keyup_submit($event)"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="最小销售标识:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.unionCode"-->
|
|
|
|
|
<!-- placeholder="请输入最小销售标识"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="物资名称:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.cpmctymc"-->
|
|
|
|
|
<!-- placeholder="请输入物资名称"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="规格型号:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.ggxh"-->
|
|
|
|
|
<!-- placeholder="请输入规格型号"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="对照条件:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.filterType"-->
|
|
|
|
|
<!-- placeholder="请选择过滤对照条件"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in filterList"-->
|
|
|
|
|
<!-- :key="item.filterType"-->
|
|
|
|
|
<!-- :label="item.sysName"-->
|
|
|
|
|
<!-- :value="item.filterType"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.sysName }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="注册备案人:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.ylqxzcrbarmc"-->
|
|
|
|
|
<!-- placeholder="请输入注册备案人"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="第三方编码:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.thrPiId"-->
|
|
|
|
|
<!-- placeholder="请输入第三方主系统编码"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="集采状态:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.groupBuy"-->
|
|
|
|
|
<!-- placeholder="请选择集采状态"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option label="全部" value=""></el-option>-->
|
|
|
|
|
<!-- <el-option label="集采" value="true"></el-option>-->
|
|
|
|
|
<!-- <el-option label="非集采" value="false"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="可配送状态:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.dispatch"-->
|
|
|
|
|
<!-- placeholder="请选择可配送状态"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option label="全部" value=""></el-option>-->
|
|
|
|
|
<!-- <el-option label="可配送" value="true"></el-option>-->
|
|
|
|
|
<!-- <el-option label="不可配送" value="false"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="注册/备案号:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.zczbhhzbapzbh"-->
|
|
|
|
|
<!-- placeholder="请输入注册/备案号"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="生产企业:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.manufactory"-->
|
|
|
|
|
<!-- placeholder="请输入生产企业"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="是否在用:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.isDisable"-->
|
|
|
|
|
<!-- placeholder="请选择是否在用"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option label="在用" value="false"></el-option>-->
|
|
|
|
|
<!-- <el-option label="停用" value="true"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="18">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="UDI码:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.udiCode"-->
|
|
|
|
|
<!-- style="width: 97%"-->
|
|
|
|
|
<!-- placeholder="请扫描或输入UDI码"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- @keyup.enter.native="keyup_submit($event)"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="最小销售标识:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.unionCode"-->
|
|
|
|
|
<!-- placeholder="请输入最小销售标识"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="物资名称:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.cpmctymc"-->
|
|
|
|
|
<!-- placeholder="请输入物资名称"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="规格型号:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.ggxh"-->
|
|
|
|
|
<!-- placeholder="请输入规格型号"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="对照条件:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.filterType"-->
|
|
|
|
|
<!-- placeholder="请选择过滤对照条件"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in filterList"-->
|
|
|
|
|
<!-- :key="item.filterType"-->
|
|
|
|
|
<!-- :label="item.sysName"-->
|
|
|
|
|
<!-- :value="item.filterType"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.sysName }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="注册备案人:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.ylqxzcrbarmc"-->
|
|
|
|
|
<!-- placeholder="请输入注册备案人"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="第三方编码:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.thrPiId"-->
|
|
|
|
|
<!-- placeholder="请输入第三方主系统编码"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="集采状态:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.groupBuy"-->
|
|
|
|
|
<!-- placeholder="请选择集采状态"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option label="全部" value=""></el-option>-->
|
|
|
|
|
<!-- <el-option label="集采" value="true"></el-option>-->
|
|
|
|
|
<!-- <el-option label="非集采" value="false"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="可配送状态:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.dispatch"-->
|
|
|
|
|
<!-- placeholder="请选择可配送状态"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option label="全部" value=""></el-option>-->
|
|
|
|
|
<!-- <el-option label="可配送" value="true"></el-option>-->
|
|
|
|
|
<!-- <el-option label="不可配送" value="false"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="注册/备案号:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.zczbhhzbapzbh"-->
|
|
|
|
|
<!-- placeholder="请输入注册/备案号"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="生产企业:">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="filterQuery.manufactory"-->
|
|
|
|
|
<!-- placeholder="请输入生产企业"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="是否在用:">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="filterQuery.isDisable"-->
|
|
|
|
|
<!-- placeholder="请选择是否在用"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option label="在用" value="false"></el-option>-->
|
|
|
|
|
<!-- <el-option label="停用" value="true"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<el-row style=" display:flex; flex-wrap: wrap; ">
|
|
|
|
|
<template v-for="(item, index) in queryList" >
|
|
|
|
|
<el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`" :key="item.id">
|
|
|
|
|
<template v-for="(item, index) in queryList">
|
|
|
|
|
<el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true)"
|
|
|
|
|
:label="item.columnDesc+`:`" :key="item.id">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="filterQuery[item.columnName]"
|
|
|
|
|
:placeholder="item.columnDesc"
|
|
|
|
@ -202,7 +203,8 @@
|
|
|
|
|
clearable
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`">
|
|
|
|
|
<el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)"
|
|
|
|
|
:label="item.columnDesc+`:`">
|
|
|
|
|
<el-select v-model="filterQuery[item.columnName]"
|
|
|
|
|
:placeholder="item.columnDesc"
|
|
|
|
|
:disabled="executeEval(null,item.disabledFuc,false)"
|
|
|
|
@ -215,7 +217,8 @@
|
|
|
|
|
/>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`">
|
|
|
|
|
<el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)"
|
|
|
|
|
:label="item.columnDesc+`:`">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="filterQuery[item.columnName]"
|
|
|
|
|
:placeholder="item.columnDesc"
|
|
|
|
@ -232,7 +235,8 @@
|
|
|
|
|
/>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`">
|
|
|
|
|
<el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)"
|
|
|
|
|
:label="item.columnDesc+`:`">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="dateRange"
|
|
|
|
|
:style="`width:${item.width+'px'}`"
|
|
|
|
@ -245,7 +249,8 @@
|
|
|
|
|
:default-time="['00:00:00', '23:59:59']"
|
|
|
|
|
></el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`">
|
|
|
|
|
<el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)"
|
|
|
|
|
:label="item.columnDesc+`:`">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="filterQuery[item.columnName]"
|
|
|
|
|
:style="`width:${item.width+'px'}`"
|
|
|
|
@ -314,211 +319,211 @@
|
|
|
|
|
key="1"
|
|
|
|
|
@selection-change="(row) => executeFuc(row,'0',tableObj.handleChangeFuc)"
|
|
|
|
|
>
|
|
|
|
|
<!-- <el-table-column label="序号" type="index"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="最小销售产品标识"-->
|
|
|
|
|
<!-- prop="nameCode"-->
|
|
|
|
|
<!-- width="140"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="主系统编码"-->
|
|
|
|
|
<!-- prop="mainId"-->
|
|
|
|
|
<!-- width="120"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="物资名称"-->
|
|
|
|
|
<!-- prop="cpmctymc"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="规格型号"-->
|
|
|
|
|
<!-- prop="ggxh"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="商品名称"-->
|
|
|
|
|
<!-- prop="spmc"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:spmc')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="商品条码"-->
|
|
|
|
|
<!-- prop="sptm"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:sptm')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="医保编码"-->
|
|
|
|
|
<!-- prop="ybbm"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:ybbm')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="计量单位"-->
|
|
|
|
|
<!-- prop="measname"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:measname')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="注册/备案号"-->
|
|
|
|
|
<!-- prop="zczbhhzbapzbh"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="注册/备案人"-->
|
|
|
|
|
<!-- prop="ylqxzcrbarmc"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle1"-->
|
|
|
|
|
<!-- prop="basicPrductRemak1"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak1')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle2"-->
|
|
|
|
|
<!-- prop="basicPrductRemak2"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak2')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle3"-->
|
|
|
|
|
<!-- prop="basicPrductRemak3"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak3')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle4"-->
|
|
|
|
|
<!-- prop="basicPrductRemak4"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak4')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle5"-->
|
|
|
|
|
<!-- prop="basicPrductRemak5"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak5')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle6"-->
|
|
|
|
|
<!-- prop="basicPrductRemak6"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak6')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle7"-->
|
|
|
|
|
<!-- prop="basicPrductRemak7"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak7')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle8"-->
|
|
|
|
|
<!-- prop="hslbName"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak8')"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <!– <template slot-scope="scope">–>-->
|
|
|
|
|
<!-- <!– {{ getHsflMethod(scope.row.basicPrductRemak8) }}–>-->
|
|
|
|
|
<!-- <!– </template>–>-->
|
|
|
|
|
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="是否在用"-->
|
|
|
|
|
<!-- prop="isDisable"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag :type="scope.row.isDisable | isDisableFilterType">-->
|
|
|
|
|
<!-- {{ isDisableMap[scope.row.isDisable] }}-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="集采状态"-->
|
|
|
|
|
<!-- prop="groupBuy"-->
|
|
|
|
|
<!-- width="120"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:groupBuy')"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag :type="scope.row.groupBuy | statusFilterType">-->
|
|
|
|
|
<!-- {{ groupBuyMap[scope.row.groupBuy] }}-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="可配送状态"-->
|
|
|
|
|
<!-- prop="dispatch"-->
|
|
|
|
|
<!-- width="120"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:dispatch')"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag :type="scope.row.dispatch | statusFilterType">-->
|
|
|
|
|
<!-- {{ dispatchMap[scope.row.dispatch] }}-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column width="180" label="操作" fixed="right">-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==1"-->
|
|
|
|
|
<!-- :disabled="scope.row.originUuid != null"-->
|
|
|
|
|
<!-- @click.native.stop="intentSelectUdi(scope.row)"-->
|
|
|
|
|
<!-- >关联DI-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native.stop="handleModifyClick(scope.row)"-->
|
|
|
|
|
<!-- >详情-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==1"-->
|
|
|
|
|
<!-- @click.native.stop="diEdit(scope.row)"-->
|
|
|
|
|
<!-- >编辑-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==1"-->
|
|
|
|
|
<!-- @click.native.stop="deleteDialog(scope.row)"-->
|
|
|
|
|
<!-- >删除-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==2"-->
|
|
|
|
|
<!-- @click.native.stop="uploadThird(scope.row)"-->
|
|
|
|
|
<!-- >上传-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="序号" type="index"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="最小销售产品标识"-->
|
|
|
|
|
<!-- prop="nameCode"-->
|
|
|
|
|
<!-- width="140"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="主系统编码"-->
|
|
|
|
|
<!-- prop="mainId"-->
|
|
|
|
|
<!-- width="120"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="物资名称"-->
|
|
|
|
|
<!-- prop="cpmctymc"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="规格型号"-->
|
|
|
|
|
<!-- prop="ggxh"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="商品名称"-->
|
|
|
|
|
<!-- prop="spmc"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:spmc')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="商品条码"-->
|
|
|
|
|
<!-- prop="sptm"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:sptm')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="医保编码"-->
|
|
|
|
|
<!-- prop="ybbm"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:ybbm')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="计量单位"-->
|
|
|
|
|
<!-- prop="measname"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:measname')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="注册/备案号"-->
|
|
|
|
|
<!-- prop="zczbhhzbapzbh"-->
|
|
|
|
|
<!-- width="160"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="注册/备案人"-->
|
|
|
|
|
<!-- prop="ylqxzcrbarmc"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle1"-->
|
|
|
|
|
<!-- prop="basicPrductRemak1"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak1')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle2"-->
|
|
|
|
|
<!-- prop="basicPrductRemak2"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak2')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle3"-->
|
|
|
|
|
<!-- prop="basicPrductRemak3"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak3')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle4"-->
|
|
|
|
|
<!-- prop="basicPrductRemak4"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak4')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle5"-->
|
|
|
|
|
<!-- prop="basicPrductRemak5"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak5')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle6"-->
|
|
|
|
|
<!-- prop="basicPrductRemak6"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak6')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle7"-->
|
|
|
|
|
<!-- prop="basicPrductRemak7"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak7')"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- :label="productRemarkSet.remarkTitle8"-->
|
|
|
|
|
<!-- prop="hslbName"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:basicPrductRemak8')"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <!– <template slot-scope="scope">–>-->
|
|
|
|
|
<!-- <!– {{ getHsflMethod(scope.row.basicPrductRemak8) }}–>-->
|
|
|
|
|
<!-- <!– </template>–>-->
|
|
|
|
|
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="是否在用"-->
|
|
|
|
|
<!-- prop="isDisable"-->
|
|
|
|
|
<!-- width="180"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag :type="scope.row.isDisable | isDisableFilterType">-->
|
|
|
|
|
<!-- {{ isDisableMap[scope.row.isDisable] }}-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="集采状态"-->
|
|
|
|
|
<!-- prop="groupBuy"-->
|
|
|
|
|
<!-- width="120"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:groupBuy')"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag :type="scope.row.groupBuy | statusFilterType">-->
|
|
|
|
|
<!-- {{ groupBuyMap[scope.row.groupBuy] }}-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="可配送状态"-->
|
|
|
|
|
<!-- prop="dispatch"-->
|
|
|
|
|
<!-- width="120"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- v-if="$auth.hasPermi('basic:dispatch')"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag :type="scope.row.dispatch | statusFilterType">-->
|
|
|
|
|
<!-- {{ dispatchMap[scope.row.dispatch] }}-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column width="180" label="操作" fixed="right">-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==1"-->
|
|
|
|
|
<!-- :disabled="scope.row.originUuid != null"-->
|
|
|
|
|
<!-- @click.native.stop="intentSelectUdi(scope.row)"-->
|
|
|
|
|
<!-- >关联DI-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native.stop="handleModifyClick(scope.row)"-->
|
|
|
|
|
<!-- >详情-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==1"-->
|
|
|
|
|
<!-- @click.native.stop="diEdit(scope.row)"-->
|
|
|
|
|
<!-- >编辑-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==1"-->
|
|
|
|
|
<!-- @click.native.stop="deleteDialog(scope.row)"-->
|
|
|
|
|
<!-- >删除-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small" v-if="vueRouteSource==2"-->
|
|
|
|
|
<!-- @click.native.stop="uploadThird(scope.row)"-->
|
|
|
|
|
<!-- >上传-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<template v-for="(item, index) in tableHeader">
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'id' && executeEval(row,item.expression,true)"
|
|
|
|
@ -538,7 +543,7 @@
|
|
|
|
|
:show-overflow-tooltip="item.tooltip"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -551,8 +556,10 @@
|
|
|
|
|
:show-overflow-tooltip="item.tooltip"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ item.lableRuleObj[scope.row[item.columnName]] }}</span>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{
|
|
|
|
|
item.lableRuleObj[scope.row[item.columnName]]
|
|
|
|
|
}}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
@ -564,9 +571,12 @@
|
|
|
|
|
:show-overflow-tooltip="item.tooltip"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])">
|
|
|
|
|
<span>{{ item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName] }}</span>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag
|
|
|
|
|
:type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])">
|
|
|
|
|
<span>{{
|
|
|
|
|
item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName]
|
|
|
|
|
}}</span>
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -601,7 +611,9 @@
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ scope.row[item.columnName] }}</span>
|
|
|
|
|
<span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{
|
|
|
|
|
scope.row[item.columnName]
|
|
|
|
|
}}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
@ -1885,7 +1897,7 @@ export default {
|
|
|
|
|
sysList: [],
|
|
|
|
|
filterList: [],
|
|
|
|
|
options: {
|
|
|
|
|
getSysFilter:[]
|
|
|
|
|
getSysFilter: []
|
|
|
|
|
},
|
|
|
|
|
total: 0,
|
|
|
|
|
thirdNo: "",
|
|
|
|
@ -1985,7 +1997,7 @@ export default {
|
|
|
|
|
hideSearch() {
|
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
|
},
|
|
|
|
|
keyup_submit(_this,event) {
|
|
|
|
|
keyup_submit(_this, event) {
|
|
|
|
|
_this.filterQuery.page = 1;
|
|
|
|
|
_this.getList();
|
|
|
|
|
event.target.select();
|
|
|
|
@ -2065,7 +2077,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
deleteDialog(_this,rowId) {
|
|
|
|
|
deleteDialog(_this, rowId) {
|
|
|
|
|
_this.$confirm("此操作将永久删除该产品信息, 是否继续?", "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
@ -2201,7 +2213,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
intentSelectUdi(_this,val) {
|
|
|
|
|
intentSelectUdi(_this, val) {
|
|
|
|
|
_this.relId = val.id;
|
|
|
|
|
_this.isImportUdi = true;
|
|
|
|
|
_this.isImport = true;
|
|
|
|
@ -2221,7 +2233,7 @@ export default {
|
|
|
|
|
this.selectLocalVisible = true;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
handleSelectionChange(_this,val) {
|
|
|
|
|
handleSelectionChange(_this, val) {
|
|
|
|
|
_this.multipleSelection = val;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -2234,7 +2246,7 @@ export default {
|
|
|
|
|
this.filterQuery.page = val.page;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
handleModifyClick(_this,row) {
|
|
|
|
|
handleModifyClick(_this, row) {
|
|
|
|
|
_this.uuid = row.uuid;
|
|
|
|
|
_this.relId = row.id;
|
|
|
|
|
_this.isImport = false;
|
|
|
|
@ -2261,7 +2273,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uploadMsg(_this,row) {
|
|
|
|
|
uploadMsg(_this, row) {
|
|
|
|
|
_this.$alert(row.uploadMsg, '上传', {
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
callback: action => {
|
|
|
|
@ -2274,7 +2286,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uploadThird(_this,row) {
|
|
|
|
|
uploadThird(_this, row) {
|
|
|
|
|
_this.$confirm('确定上传至第三方系统?', '提示', {
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
@ -2340,7 +2352,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getSysFilter(_this,query) {
|
|
|
|
|
getSysFilter(_this, query) {
|
|
|
|
|
sysFilterOptimize()
|
|
|
|
|
.then((response) => {
|
|
|
|
|
_this.loading = false;
|
|
|
|
@ -2361,7 +2373,7 @@ export default {
|
|
|
|
|
this.editSingleFormat.nameCode = temp.nameCode;
|
|
|
|
|
this.editSingleDiDialogVisible = true;
|
|
|
|
|
},
|
|
|
|
|
diEdit(_this,row) {
|
|
|
|
|
diEdit(_this, row) {
|
|
|
|
|
_this.uuid = row.uuid;
|
|
|
|
|
_this.relId = row.id;
|
|
|
|
|
_this.isImport = false;
|
|
|
|
@ -2487,11 +2499,11 @@ export default {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
executeFuc(row,type,clickFuc,value){
|
|
|
|
|
return executeFuc(this,row,type,clickFuc,value);
|
|
|
|
|
executeFuc(row, type, clickFuc, value) {
|
|
|
|
|
return executeFuc(this, row, type, clickFuc, value);
|
|
|
|
|
},
|
|
|
|
|
executeEval(row,expression,defaultRet){
|
|
|
|
|
if(expression){
|
|
|
|
|
executeEval(row, expression, defaultRet) {
|
|
|
|
|
if (expression) {
|
|
|
|
|
return eval(expression);
|
|
|
|
|
}
|
|
|
|
|
return defaultRet;
|
|
|
|
@ -2516,8 +2528,9 @@ export default {
|
|
|
|
|
// if (this.isChoose != null)
|
|
|
|
|
// this.isSelect = this.isChoose;
|
|
|
|
|
this.vueRouteSource = this.$route.query.vueRouteSource;
|
|
|
|
|
|
|
|
|
|
this.findBasicProductSet();
|
|
|
|
|
getHead("product","1").then((re) => {
|
|
|
|
|
getHead("product", "1").then((re) => {
|
|
|
|
|
// 处理返回的数据
|
|
|
|
|
this.tableObj = re.data;
|
|
|
|
|
this.tableHeader = re.data.tableList;
|
|
|
|
@ -2527,7 +2540,13 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
this.getTerrList();
|
|
|
|
|
// this.selectSysParam();
|
|
|
|
|
this.getSysFilter(this,"");
|
|
|
|
|
this.getSysFilter(this, "");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.filterQuery.cpmctymc = this.$route.query.cpmctymc;
|
|
|
|
|
if (this.filterQuery.cpmctymc != null) {
|
|
|
|
|
this.getList()
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|