| | |
| | | ></el-input> |
| | | </el-col> |
| | | <el-col |
| | | v-if="addPower" |
| | | v-if="checkPermi(['standard:standardLibrary:add'])" |
| | | :span="4" |
| | | style="text-align: center; line-height: 30px" |
| | | > |
| | |
| | | </el-col> |
| | | <el-col |
| | | v-if=" |
| | | checkPermi(['system:standard:delStandardTree']) && |
| | | checkPermi(['standard:standardLibrary:delStandardTree']) && |
| | | (node.data.children === null || |
| | | node.data.children === undefined) |
| | | " |
| | |
| | | </el-col> |
| | | <el-col |
| | | v-if=" |
| | | checkPermi(['system:standard:delStandardTree']) && |
| | | checkPermi(['standard:standardLibrary:delStandardTree']) && |
| | | (node.data.children === null || |
| | | node.data.children === undefined) |
| | | " |
| | |
| | | <el-table-column label="要求值" min-width="200px" prop="ask"> |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-if="checkPermi(['system:standard:upStandardProduct'])" |
| | | v-if=" |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.ask" |
| | | :autosize="{ minRows: 1, maxRows: 3 }" |
| | | clearable |
| | |
| | | <el-table-column label="要求描述" min-width="220px" prop="tell"> |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-if="checkPermi(['system:standard:upStandardProduct'])" |
| | | v-if=" |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.tell" |
| | | :autosize="{ minRows: 1, maxRows: 3 }" |
| | | clearable |
| | |
| | | <el-table-column label="试验方法" prop="method" width="200"> |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-if="checkPermi(['system:standard:upStandardProduct'])" |
| | | v-if=" |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.methodS" |
| | | clearable |
| | | placeholder="试验方法" |
| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-if="checkPermi(['system:standard:upStandardProduct'])" |
| | | v-if=" |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.radius" |
| | | clearable |
| | | placeholder="条件" |
| | |
| | | <el-table-column label="单价(元)" prop="price" width="120"> |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-if="checkPermi(['system:standard:upStandardProduct'])" |
| | | v-if=" |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.price" |
| | | placeholder="单价(元)" |
| | | size="small" |
| | |
| | | <el-table-column label="工时系数" prop="manHour" width="120"> |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-if="checkPermi(['system:standard:upStandardProduct'])" |
| | | v-if=" |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.manHour" |
| | | placeholder="单价(元)" |
| | | size="small" |
| | |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-model="scope.row.templateId" |
| | | :disabled="!checkPermi(['system:standard:upStandardProduct'])" |
| | | :disabled=" |
| | | !checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | filterable |
| | | size="small" |
| | | @change=" |