| | |
| | | <el-table-column type="selection" align="center" width="40"/> |
| | | <el-table-column prop="softwareName" label="软件名称"/> |
| | | <el-table-column prop="code" label="委托单编号"/> |
| | | <el-table-column prop="identity" label="项目标识"/> |
| | | <el-table-column prop="softwareIdentity" label="项目标识"/> |
| | | <zt-table-column-dict prop="testBasis" label="测试依据" dict="test_basis"/> |
| | | <zt-table-column-dict prop="testStandard" width="370px" label="测试标准" dict="test_standard"/> |
| | | <zt-table-column-dict prop="articleNature" label="物品性质" dict="article_nature"/> |
| | |
| | | <add-or-update ref="addOrUpdate" @refreshDataList="table.query"/> |
| | | <ProjectSelect ref="projectSelect" |
| | | @refreshDataList="table.query" |
| | | @setConstructionInfo="getConstructionInfo"> |
| | | @setProjectInfo="openAddWin"> |
| | | </ProjectSelect> |
| | | |
| | | </zt-table-wraper> |
| | |
| | | }, |
| | | methods:{ |
| | | add(){ |
| | | this.$refs.projectSelect.$refs.dialog.init() |
| | | this.$refs.projectSelect.$refs.dialog.init("software_test_order") |
| | | }, |
| | | getConstructionInfo(row){ |
| | | openAddWin(row){ |
| | | this.$refs.addOrUpdate.$refs.dialog.init(row) |
| | | } |
| | | } |