|
@@ -19,24 +19,18 @@
|
|
|
:inline="true"
|
|
:inline="true"
|
|
|
style="float: right;position:absolute;right:15px;top:10.5px"
|
|
style="float: right;position:absolute;right:15px;top:10.5px"
|
|
|
>
|
|
>
|
|
|
- <el-form-item label="状态标识">
|
|
|
|
|
|
|
+ <el-form-item label="办理项目">
|
|
|
<el-select
|
|
<el-select
|
|
|
size="mini"
|
|
size="mini"
|
|
|
style="width:150px"
|
|
style="width:150px"
|
|
|
- v-model="searchForm.Status"
|
|
|
|
|
|
|
+ v-model="searchForm.Perject"
|
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
|
>
|
|
>
|
|
|
<el-option label="全部" value></el-option>
|
|
<el-option label="全部" value></el-option>
|
|
|
- <el-option label="初始" value="0"></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-option label="待集中评审" value="5"></el-option>
|
|
|
|
|
- <el-option label="待交费" value="6"></el-option>
|
|
|
|
|
- <el-option label="待入库" value="7"></el-option>
|
|
|
|
|
- <el-option label="完成" value="8"></el-option>
|
|
|
|
|
- <el-option label="审核未通过" value="9"></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-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="企业名称">
|
|
<el-form-item label="企业名称">
|
|
@@ -59,7 +53,7 @@
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
|
- <el-dropdown split-button type="primary" size="mini" @command="searchCommand" @click="initDatas(tabinx,$event)">
|
|
|
|
|
|
|
+ <el-dropdown split-button type="primary" size="mini" @click="handleSearch" @command="searchCommand">
|
|
|
查询
|
|
查询
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item command="clear">查询重置</el-dropdown-item>
|
|
<el-dropdown-item command="clear">查询重置</el-dropdown-item>
|
|
@@ -69,139 +63,25 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <el-tabs v-model="activeName" type="border-card" @tab-click="handleClick">
|
|
|
|
|
- <el-tab-pane label="准入" name="first">
|
|
|
|
|
- <el-table :data="entityList" id="rebateSetTable0" size="mini" height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="ApplyTime" label="申请日期">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{ jstimehandle(scope.row.ApplyTime) }}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="AccessCardNo" label="准入编码"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" min-width="150" show-overflow-tooltip label="公司名称" prop="SupplierName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="准入类别" prop="SupplierTypeCode">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{transferStr(scope.row.SupplierTypeCode)}}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" label="办理项目">准入</el-table-column>
|
|
|
|
|
- <!--<el-table-column sortable min-width="120" align="center" prop="AccessCardNo" label="申请单位"></el-table-column>-->
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="CreateBy" label="录入员"></el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="EnterUserTel" label="电话"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{statusStr(scope.row.Status)}}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- </el-table>
|
|
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
|
|
- :page-sizes="[10, 15, 20, 25]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
|
|
|
|
|
- </el-pagination>
|
|
|
|
|
- </el-tab-pane>
|
|
|
|
|
- <el-tab-pane label="增项" name="second">
|
|
|
|
|
- <el-table :data="entityList" id="rebateSetTable1" size="mini" height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="ApplyTime" label="申请日期">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{ jstimehandle(scope.row.ApplyTime) }}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="AccessCardNo" label="准入编码"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" min-width="150" show-overflow-tooltip label="公司名称" prop="SupplierName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="准入类别" prop="SupplierTypeCode">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{transferStr(scope.row.SupplierTypeCode)}}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" label="办理项目">增项</el-table-column>
|
|
|
|
|
- <!--<el-table-column sortable min-width="120" align="center" prop="AccessCardNo" label="申请单位"></el-table-column>-->
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="CreateBy" label="录入员"></el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="EnterUserTel" label="电话"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{statusStr(scope.row.Status)}}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- </el-table>
|
|
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
|
|
- :page-sizes="[10, 15, 20, 25]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
|
|
|
|
|
- </el-pagination>
|
|
|
|
|
- </el-tab-pane>
|
|
|
|
|
- <el-tab-pane label="年审" name="third">
|
|
|
|
|
- <el-table :data="entityList" id="rebateSetTable2" size="mini" height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="ApplyTime" label="申请日期">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{ jstimehandle(scope.row.ApplyTime) }}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="AccessCardNo" label="准入编码"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" min-width="150" show-overflow-tooltip label="公司名称" prop="SupplierName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="类型" prop="SupplierTypeName">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{transferStr(scope.row.SupplierTypeName)}}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" label="办理项目">年审</el-table-column>
|
|
|
|
|
- <!--<el-table-column sortable min-width="120" align="center" prop="AccessCardNo" label="申请单位"></el-table-column>-->
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="CreateBy" label="录入员"></el-table-column>
|
|
|
|
|
- <el-table-column sortable min-width="120" align="center" prop="EnterUserTel" label="电话"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <span v-if="scope.row.Status=='0'">待提交</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='1'">待初审</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='-1'">初审未通过</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='2'">待复审</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='-2'">复审未通过</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='3'">待专业处室分办</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='4'">待专业处室审批</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='-4'">专业处室审批未通过</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='5'">审核通过</span>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- </el-table>
|
|
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
|
|
- :page-sizes="[10, 15, 20, 25]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
|
|
|
|
|
- </el-pagination>
|
|
|
|
|
- </el-tab-pane>
|
|
|
|
|
-<!--
|
|
|
|
|
- <el-tab-pane label="信息变更" name="fourth">
|
|
|
|
|
- <el-table :data="entityList" id="rebateSetTable3" size="mini" border style="width: 100%" @sort-change="orderby">
|
|
|
|
|
- <el-table-column align="center" label="公司名称" prop="OldSupplierName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <span v-if="scope.row.Status=='0'" style="color:#E6A23C">待提交</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='-2'" style="color:#F56C6C">初审未通过</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='2'" style="color:#E6A23C">待法规处审核</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='-3'" style="color:#F56C6C">审核未通过</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- </el-table>
|
|
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
|
|
- :page-sizes="[10, 15, 20, 25]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
|
|
|
|
|
- </el-pagination>
|
|
|
|
|
- </el-tab-pane>
|
|
|
|
|
- <el-tab-pane label="资质变更" name="fifth">
|
|
|
|
|
- <el-table :data="entityList" id="rebateSetTable4" size="mini" border style="width: 100%" @sort-change="orderby">
|
|
|
|
|
- <el-table-column align="center" label="公司名称" prop="SupplierName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <span v-if="scope.row.Status=='0'" style="color:#E6A23C">待提交</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='-2'" style="color:#F56C6C">初审未通过</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='2'" style="color:#E6A23C">待法规处审核</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='-3'" style="color:#F56C6C">审核未通过</span>
|
|
|
|
|
- <span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- </el-table>
|
|
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
|
|
- :page-sizes="[10, 15, 20, 25]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
|
|
|
|
|
- </el-pagination>
|
|
|
|
|
--->
|
|
|
|
|
- <!--</el-tab-pane>-->
|
|
|
|
|
- </el-tabs>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <el-table :data="entityList" id="rebateSetTable0" size="mini" height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
|
|
|
|
|
+ <el-table-column sortable min-width="120" align="center" prop="AccessCardNo" label="准入编码"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" min-width="150" show-overflow-tooltip label="公司名称" prop="SupplierName"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="准入类别" prop="SupplierTypeCode">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ {{transferStr(scope.row.TypeCode)}}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column sortable min-width="120" align="center" prop="CreateOn" label="申请日期">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ {{ jstimehandle(scope.row.CreateOn) }}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column sortable min-width="120" align="center" prop="Preject" label="办理项目">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ {{transferStrPer(scope.row.Preject)}}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
</el-card>
|
|
</el-card>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -248,13 +128,10 @@
|
|
|
// 查询项
|
|
// 查询项
|
|
|
searchFormReset: {},
|
|
searchFormReset: {},
|
|
|
searchForm: {
|
|
searchForm: {
|
|
|
- Id: '',
|
|
|
|
|
|
|
+ Perject: '',
|
|
|
SupplierTypeCode: '',
|
|
SupplierTypeCode: '',
|
|
|
AccessCardNo: '',
|
|
AccessCardNo: '',
|
|
|
- SupplierName: '',
|
|
|
|
|
- CreateUserId: '',
|
|
|
|
|
- Status: '',
|
|
|
|
|
- CreateBy: ''
|
|
|
|
|
|
|
+ SupplierName: ''
|
|
|
},
|
|
},
|
|
|
tabinx: '0'
|
|
tabinx: '0'
|
|
|
}
|
|
}
|
|
@@ -263,43 +140,34 @@
|
|
|
// 查询条件初始值备份
|
|
// 查询条件初始值备份
|
|
|
Object.assign(this.searchFormReset, this.searchForm)
|
|
Object.assign(this.searchFormReset, this.searchForm)
|
|
|
// 查询列表
|
|
// 查询列表
|
|
|
- this.initDatas('0')
|
|
|
|
|
|
|
+ this.initDatas()
|
|
|
// this.getDictOptions()
|
|
// this.getDictOptions()
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
handleClick (tab) {
|
|
handleClick (tab) {
|
|
|
this.currentPage = 1
|
|
this.currentPage = 1
|
|
|
this.size = 10
|
|
this.size = 10
|
|
|
- this.tabinx = tab.index
|
|
|
|
|
- this.initDatas(tab.index)
|
|
|
|
|
|
|
+ this.initDatas()
|
|
|
},
|
|
},
|
|
|
- initDatas (val, event) {
|
|
|
|
|
- if (event != null) {
|
|
|
|
|
- this.currentPage = 1
|
|
|
|
|
- this.size = 10
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ initDatas () {
|
|
|
// 分页及列表条件
|
|
// 分页及列表条件
|
|
|
let params = {
|
|
let params = {
|
|
|
_currentPage: this.currentPage,
|
|
_currentPage: this.currentPage,
|
|
|
_size: this.size,
|
|
_size: this.size,
|
|
|
Order: this.Column.Order,
|
|
Order: this.Column.Order,
|
|
|
- Prop: this.Column.Prop,
|
|
|
|
|
- tabinx: val
|
|
|
|
|
|
|
+ Prop: this.Column.Prop
|
|
|
}
|
|
}
|
|
|
// 访问接口
|
|
// 访问接口
|
|
|
- console.log(params)
|
|
|
|
|
- api.getCompanyList(params, this.searchForm, this.$axios).then(res => {
|
|
|
|
|
|
|
+ Object.assign(params, this.searchForm)
|
|
|
|
|
+ api.getAllBusinessList(params, this.$axios).then(res => {
|
|
|
this.entityList = res.data.items
|
|
this.entityList = res.data.items
|
|
|
- this.currentItemCount = res.data.currentItemCount
|
|
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
console.error(err)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
searchCommand (command) {
|
|
searchCommand (command) {
|
|
|
- if (command === 'search') {
|
|
|
|
|
- this.dialogVisible = true
|
|
|
|
|
- } else if (command === 'clear') {
|
|
|
|
|
|
|
+ if (command === 'clear') {
|
|
|
this.clearSearch()
|
|
this.clearSearch()
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -311,15 +179,27 @@
|
|
|
this.Column.Order = 'desc'
|
|
this.Column.Order = 'desc'
|
|
|
}
|
|
}
|
|
|
this.Column.Prop = column.prop
|
|
this.Column.Prop = column.prop
|
|
|
- this.initDatas(this.tabinx)
|
|
|
|
|
|
|
+ this.initDatas()
|
|
|
},
|
|
},
|
|
|
clearSearch () {
|
|
clearSearch () {
|
|
|
Object.assign(this.searchForm, this.searchFormReset)
|
|
Object.assign(this.searchForm, this.searchFormReset)
|
|
|
// this.searchForm = this.searchFormReset;
|
|
// this.searchForm = this.searchFormReset;
|
|
|
this.CreateOn = ''
|
|
this.CreateOn = ''
|
|
|
- this.initDatas(this.tabinx)
|
|
|
|
|
|
|
+ this.initDatas()
|
|
|
|
|
+ },
|
|
|
|
|
+ transferStrPer (val) {
|
|
|
|
|
+ if (val === '1') {
|
|
|
|
|
+ return '准入'
|
|
|
|
|
+ } else if (val === '2') {
|
|
|
|
|
+ return '增项'
|
|
|
|
|
+ } else if (val === '3') {
|
|
|
|
|
+ return '年审'
|
|
|
|
|
+ } else if (val === '4') {
|
|
|
|
|
+ return '变更申请'
|
|
|
|
|
+ } else {
|
|
|
|
|
+ return ''
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
transferStr (val) {
|
|
transferStr (val) {
|
|
|
if (val === '01') {
|
|
if (val === '01') {
|
|
|
return '物资类'
|
|
return '物资类'
|
|
@@ -368,9 +248,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
handleSearch () {
|
|
handleSearch () {
|
|
|
- this.currentPage = 1
|
|
|
|
|
- this.dialogVisible = false
|
|
|
|
|
- this.initDatas(this.tabinx)
|
|
|
|
|
|
|
+ this.initDatas()
|
|
|
},
|
|
},
|
|
|
handleCurrentChange (value) {
|
|
handleCurrentChange (value) {
|
|
|
this.currentPage = value
|
|
this.currentPage = value
|
|
@@ -394,6 +272,8 @@
|
|
|
return '----'
|
|
return '----'
|
|
|
} else if (val === '0001-01-01T08:00:00+08:00') {
|
|
} else if (val === '0001-01-01T08:00:00+08:00') {
|
|
|
return '----'
|
|
return '----'
|
|
|
|
|
+ } else if (val === '0001-01-01T00:00:00Z') {
|
|
|
|
|
+ return '----'
|
|
|
} else if (val === '5000-01-01T23:59:59+08:00') {
|
|
} else if (val === '5000-01-01T23:59:59+08:00') {
|
|
|
return '永久'
|
|
return '永久'
|
|
|
} else {
|
|
} else {
|