src/views/business/inspectionTask/inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/business/materialOrder/customsInspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/business/productOrder/components/add.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/standard/standardLibrary/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/business/inspectionTask/inspection.vue
@@ -285,7 +285,7 @@ state == 1 "><span :style="`font-family:${n.v.ff} !important;`">{{ toFixed(n.v.v, n.v.ct) }}</span></template> }}</span></template> <template v-else-if=" n.v.ps != undefined && n.v.ps.value === '最终值' && @@ -318,6 +318,20 @@ " :style="`font-family:${n.v.ff} !important;`"> {{ currentSample.model }} </div> </template> <template v-else-if="n.v.ps != undefined && n.v.ps.value === '起始时间' "> <span v-if="state > 1 || (n.u != userId && n.u != undefined && n.u != '')">{{ n.v.v }}</span> <el-date-picker v-else v-model="n.v.v" type="datetime" placeholder="" format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"> </el-date-picker> </template> <template v-else-if="n.v.ps != undefined && n.v.ps.value === '终止时间' "> <span v-if="state > 1 || (n.u != userId && n.u != undefined && n.u != '')">{{ n.v.v }}</span> <el-date-picker v-else v-model="n.v.v" type="datetime" placeholder="" format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"> </el-date-picker> </template> <span v-else :style="`font-family:${n.v.ff} !important;`" v-html="getValue(n.v)"></span> </div> @@ -1947,7 +1961,13 @@ (a.template[b].v.ps.value === "试验方法" || a.template[b].v.ps.value === "检测方法") ) { a.template[b].v.v = id.product.methodS; a.template[b].v.v = id.product.method; } if ( a.template[b].v.ps != undefined && a.template[b].v.ps.value === "试验条件" ) { a.template[b].v.v = id.product.radius; } } } @@ -2036,6 +2056,26 @@ // b.v.v = '' b.i && this.param[b.i] && this.param[b.i].equipName.push(b); } if (b.v.ps != undefined && b.v.ps.value === "起始时间") { this.$set(b.v, "v", ""); b.u = ""; let obj = this.currentSample.insProduct.find(m => m.id == b.i) if (obj) { this.$set(b, "u", obj.checkUserId); } // b.v.v = '' // b.i && this.param[b.i] && this.param[b.i].equipName.push(b); } if (b.v.ps != undefined && b.v.ps.value === "终止时间") { this.$set(b.v, "v", ""); b.u = ""; let obj = this.currentSample.insProduct.find(m => m.id == b.i) if (obj) { this.$set(b, "u", obj.checkUserId); } // b.v.v = '' // b.i && this.param[b.i] && this.param[b.i].equipName.push(b); } if (b.v.ps != undefined && b.v.ps.value === "最终值") { // b.v.v = '' this.$set(b.v, "v", ""); src/views/business/materialOrder/customsInspection.vue
@@ -303,11 +303,12 @@ </template> </el-table-column> <el-table-column label="试验条件" min-width="140" prop="radius" show-overflow-tooltip></el-table-column> <el-table-column label="试验方法" min-width="120" prop="methodS" show-overflow-tooltip> <el-table-column label="试验方法" min-width="120" prop="method" show-overflow-tooltip> <template slot="header" slot-scope="scope"> <div style="display: flex;align-items: center;flex-direction: column;font-size: 14px"> <span>试验方法</span> <el-input v-if="active == 1" v-model="methodS" placeholder="请输入" size="mini" @input="searchFilterList" /> <el-input v-if="active == 1" v-model="scope.row.method" placeholder="请输入" size="mini" @input="searchFilterList" /> </div> </template> </el-table-column> @@ -1061,7 +1062,7 @@ }, sampleList: sampleList.map(a => { a.standardMethodListId = JSON.stringify(a.standardMethodListId) a.insProduct = this.fullProductList a.insProduct = this.fullProductList if (a.modelNum) { // 根据x号判断型号参数与样品型号的拼接位置 // 例如×4,就为500ML×4;4×,就为4×500ML src/views/business/productOrder/components/add.vue
@@ -361,11 +361,11 @@ <span v-else>{{ scope.row.radius }}</span> </template> </el-table-column> <el-table-column label="试验方法" min-width="120" prop="methodS" show-overflow-tooltip> <el-table-column label="试验方法" min-width="120" prop="method" show-overflow-tooltip> <template slot="header" slot-scope="scope"> <div style="display: flex;align-items: center;flex-direction: column;font-size: 14px"> <span>试验方法</span> <el-input v-if="active == 1" v-model="methodS" placeholder="请输入" size="mini" <el-input v-if="active == 1" v-model="scope.row.method" placeholder="请输入" size="mini" @input="searchFilterList" /> </div> </template> src/views/standard/standardLibrary/index.vue
@@ -138,7 +138,7 @@ <el-select v-if=" checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.radius" clearable placeholder="试验条件" size="small" @change="(value) => upStandardProductListOfRadius(value, scope.row.id) " :disabled="!!auditId || standardCkeck"> " :disabled="!!auditId || standardCkeck" allow-create filterable> <el-option v-for="(a, i) in scope.row.radiusList && JSON.parse(scope.row.radiusList)" :key="i" :label="a" :value="a"></el-option> </el-select>