|
|
@@ -52,11 +52,7 @@
|
|
|
<!-- <el-button type="primary" title="删除" size="mini" plain @click="deleteData(scope.row.Id)">删除</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="ApplyDate" label="申请日期" sortable min-width="130" align="center" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ jstimehandle(scope.row.ApplyDate) }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+
|
|
|
<el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
<!-- <el-table-column prop="RecUnitId" label="推荐单位编码" sortable min-width="130" align="center" show-overflow-tooltip></el-table-column> -->
|
|
|
@@ -67,6 +63,11 @@
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column prop="DenyReason" label="退回原因" sortable min-width="130" align="center" show-overflow-tooltip>
|
|
|
</el-table-column> -->
|
|
|
+ <el-table-column prop="ApplyDate" label="申请日期" sortable min-width="130" align="center" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ jstimehandle(scope.row.ApplyDate) }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="AuditDate" label="审核日期" sortable min-width="130" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.AuditDate) }}
|
|
|
@@ -245,6 +246,7 @@
|
|
|
Id: '',
|
|
|
Step: 1,
|
|
|
Status: '',
|
|
|
+ SupplierName: '',
|
|
|
SupplierId: 0,
|
|
|
SupplierCertId: 0,
|
|
|
RecUnitFlag: '', //推荐单位的级联Id标记
|
|
|
@@ -334,6 +336,7 @@
|
|
|
_this.suplen = _this.supplierList.length
|
|
|
_this.appendformData.SupplierId = _this.supplierList[0].SupplierId
|
|
|
_this.appendformData.SupplierCertId = _this.supplierList[0].SupplierCertId
|
|
|
+ _this.appendformData.SupplierName = _this.supplierList[0].SupplierName
|
|
|
}
|
|
|
})
|
|
|
.catch(err => {
|