|
|
|
@ -68,12 +68,12 @@
|
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" highlight-current-row="false" border
|
|
|
|
|
@current-change="handleChange"
|
|
|
|
|
ref="multipleTable">
|
|
|
|
|
<el-table-column label width="45" v-if="type==3 || type==1">
|
|
|
|
|
<el-table-column label width="45" v-if="type==3 ">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column type="selection" width="55" v-if="type==2"></el-table-column>
|
|
|
|
|
<el-table-column type="selection" width="55" v-if="type!=3"></el-table-column>
|
|
|
|
|
<el-table-column label="序号" type="index" width="55"></el-table-column>
|
|
|
|
|
<el-table-column label="DI/物资编码" prop="nameCode" width="120" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="物资名称" prop="cpmctymc" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
@ -212,7 +212,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
debugger
|
|
|
|
|
if (this.type == 1) {
|
|
|
|
|
this.filterQuery.invCode = this.invQueryData.targetInvCode;
|
|
|
|
|
} else
|
|
|
|
|