| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .body{ |
| | | overflow-x: hidden; |
| | | } |
| | | </style> |
| | | <style> |
| | | .value-table .el-upload { |
| | |
| | | <div class="table"> |
| | | <el-table ref="eltable" :data="tableData" style="width: 100%;" height="100%" tooltip-effect="dark" border |
| | | @selection-change="selectChange" @select="select" v-loading="loading" @sort-change="sortChange" |
| | | @row-click="rowClick" :show-summary="data.countFleid!=undefined && data.countFleid.length > 0" :summary-method="getSummaries"> |
| | | @row-click="rowClick" :show-summary="data.countFleid!=undefined && data.countFleid.length > 0" |
| | | :summary-method="getSummaries"> |
| | | <el-table-column type="selection" width="65" v-if="data.showSelect"> |
| | | </el-table-column> |
| | | <el-table-column align="center" type="index" label="åºå·" width="70" v-if="data.isIndex"> |
| | |
| | | :total="total"> |
| | | </el-pagination> |
| | | </div> |
| | | <el-dialog title="ç¼è¾" :visible.sync="upDia" width="500px"> |
| | | <div class="body" v-if="upDia"> |
| | | <el-dialog title="ç¼è¾" :visible.sync="upDia" :width="data.row==1?'500px':500+data.row * 200 + 'px'"> |
| | | <div class="body" v-if="upDia" style="max-height: 550px;overflow-y: auto;padding: 5px 0;"> |
| | | <div v-if="data.row > 1"> |
| | | <div v-for="(a, ai) in upHead" :key="ai" style="line-height: 50px;"> |
| | | <el-col :span="6/data.row" style="text-align: right;"> |
| | | <span class="required-span" v-if="showUpReq(a.label)">* </span>{{a.value}}ï¼ |
| | | </el-col> |
| | | <el-col :span="16/data.row" :offset="1"> |
| | | <el-input v-model="upData[a.label]" size="small" clearable :placeholder="`请è¾å
¥${a.value}`" |
| | | v-if="showType(a.label, data.selectField) == null" :disabled="isDisabled(a.label)"></el-input> |
| | | <el-select v-model="upData[a.label]" size="small" v-if="showType(a.label, data.selectField) != null" |
| | | style="width: 100%;" :disabled="isDisabled(a.label)"> |
| | | <el-option v-for="(b, bi) in data.selectField[a.label].select" :key="bi" :value="b.value" |
| | | :label="b.label"></el-option> |
| | | </el-select> |
| | | </el-col> |
| | | </div> |
| | | </div> |
| | | <div v-else> |
| | | <el-row v-for="(a, ai) in upHead" :key="ai" style="line-height: 50px;"> |
| | | <el-col :span="6" style="text-align: right;"> |
| | | <span class="required-span" v-if="showUpReq(a.label)">* </span>{{a.value}}ï¼ |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | | </div> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="upDia = false">å æ¶</el-button> |
| | | <el-button type="primary" @click="saveUpData" :loading="upLoad">ç¡® å®</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | <el-dialog title="æ°å¢" :visible.sync="addDia" width="500px"> |
| | | <el-dialog title="æ°å¢" :visible.sync="addDia" :width="data.row==1?'500px':500+data.row * 200 + 'px'"> |
| | | <div class="body" v-if="addDia" style="max-height: 550px;overflow-y: auto;padding: 5px 0;"> |
| | | <div v-if="data.row > 1"> |
| | | <div v-for="(a, ai) in upHead" :key="ai" style="line-height: 50px;"> |
| | | <el-col :span="6/data.row" style="text-align: right;"><span class="required-span" |
| | | v-if="showAddReq(a.label)">* |
| | | </span>{{a.value}}ï¼</el-col> |
| | | <el-col :span="16/data.row" :offset="1"> |
| | | <el-input v-model="upData[a.label]" size="small" clearable :placeholder="`请è¾å
¥${a.value}`" |
| | | v-if="showType(a.label, data.selectField) == null"></el-input> |
| | | <el-select v-model="upData[a.label]" size="small" v-if="showType(a.label, data.selectField) != null" |
| | | style="width: 100%;" :placeholder="`è¯·éæ©${a.value}`"> |
| | | <el-option v-for="(b, bi) in data.selectField[a.label].select" :key="bi" :value="b.value" |
| | | :label="b.label"></el-option> |
| | | </el-select> |
| | | </el-col> |
| | | </div> |
| | | </div> |
| | | <div v-else> |
| | | <el-row v-for="(a, ai) in upHead" :key="ai" style="line-height: 50px;"> |
| | | <el-col :span="6" style="text-align: right;"><span class="required-span" v-if="showAddReq(a.label)">* |
| | | </span>{{a.value}}ï¼</el-col> |
| | |
| | | </el-select> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | | </div> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="addDia = false">å æ¶</el-button> |
| | |
| | | isIndex: true, |
| | | showSelect: true, |
| | | select: true, |
| | | row: 1, |
| | | do: [{ |
| | | id: 'update', |
| | | font: 'ç¼è¾', |
| | |
| | | isIndex: true, |
| | | showSelect: true, |
| | | select: true, |
| | | row: 1, |
| | | do: [{ |
| | | font: 'å é¤', |
| | | type: 'text' |
ÎļþÃû´Ó src/components/view/5capacity-scope.vue ÐÞ¸Ä |
| | |
| | | isIndex: false, |
| | | showSelect: true, |
| | | select: true, |
| | | row: 2, |
| | | do: [{ |
| | | id: 'update', |
| | | font: 'ç¼è¾', |
| | |
| | | }, |
| | | valueType: { |
| | | select: [] |
| | | }, |
| | | bsm:{ |
| | | select: [] |
| | | } |
| | | }, |
| | | selectField: { |
| | |
| | | }, |
| | | valueType: { |
| | | select: [] |
| | | }, |
| | | bsm:{ |
| | | select: [] |
| | | } |
| | | }, |
| | | requiredAdd: ['inspectionItem', 'manHour', 'inspectionItemType', 'manHourGroup'], |
| | | requiredUp: ['inspectionItem', 'manHour', 'inspectionItemType', 'manHourGroup'] |
| | | requiredAdd: ['inspectionItem', 'manHour', 'inspectionItemType','inspectionItemClassify','laboratory','unit','method','price','manDay','deviceGroup','checkoutNumber','valueType'], |
| | | requiredUp: ['inspectionItem', 'manHour', 'inspectionItemType','inspectionItemClassify','laboratory','unit','method','price','manDay','deviceGroup','checkoutNumber','valueType'] |
| | | }, |
| | | testObjectData: { |
| | | entity: { |
| | |
| | | this.testObjectDataEntityCopy = this.HaveJson(this.testObjectData.entity) |
| | | this.selectEnumByCategory() |
| | | this.selectEnumByCategoryForValue() |
| | | this.selectEnumByCategoryForSpecial() |
| | | this.getPower('0') |
| | | }, |
| | | methods: { |
| | |
| | | this.itemParameterData.tagField.valueType.select = res.data |
| | | }) |
| | | }, |
| | | selectEnumByCategoryForSpecial() { |
| | | this.$axios.post(this.$api.enums.selectEnumByCategory, { |
| | | category: "ç¹æ®æ è¯" |
| | | }).then(res => { |
| | | this.itemParameterData.selectField.bsm.select = res.data |
| | | this.itemParameterData.tagField.bsm.select = res.data |
| | | }) |
| | | }, |
| | | // æéåé
|
| | | getPower(radio) { |
| | | let power = JSON.parse(sessionStorage.getItem('power')) |
| | |
| | | }, |
| | | mounted() { |
| | | this.entityCopy = this.HaveJson(this.componentData.entity) |
| | | this.getPower() |
| | | }, |
| | | methods: { |
| | | refreshTable() { |
| | |
| | | }, { |
| | | v: "è½åèå´", |
| | | i: "font icon-24gl-clipboardList", |
| | | u: "5capacity-scope", |
| | | u: "a5-capacity-scope", |
| | | g: "Cè½åèå´åèµè´¨", |
| | | p: "selectItemParameterList selectTestObjectList" |
| | | }, { |