src/components/do/b1-ins-order/add.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/do/b1-inspect-order-plan/Inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/view/b1-inspection-order.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/do/b1-ins-order/add.vue
@@ -1303,7 +1303,7 @@ requiredUp: [] }, ruleInfo:{ rule:null, rule:1, num:null, }, powerShow:false, src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -735,7 +735,7 @@ </div> <!-- 功率试验 --> <div v-else-if="tableLists.find(m=>m.templateId==currentTable).templateName.includes('功率容量')"> <PowerCapacity :insProduct="currentSample.insProduct" :orderId="id" :sampleId="currentSample.id" :state="state" :isLook="isLook" :num="currentSample.num1" /> <PowerCapacity :insProduct="currentSample.insProduct" :orderId="id" :sampleId="currentSample.id" :state="state" :isLook="isLook" :num="currentSample.num1"/> </div> <el-upload :action="action" :data="{ @@ -3266,8 +3266,15 @@ } }, handleSubmit(){ if(!this.otherForm.temperature){ this.$message.error('请输入温度') return } if(!this.otherForm.humidity){ this.$message.error('请输入湿度') return } this.experimentDia = true console.log(6666,this.sampleProduct) if (this.sonLaboratory === '电路试验') { this.experimentDia0 = true } src/components/view/b1-inspection-order.vue
@@ -410,7 +410,8 @@ <el-col :span="8"><span> 电机编号: </span>{{ item.motorNumber }}</el-col> </el-row> <el-row style="margin-top: 1px;font-size: 16px;"> <el-col><span> 样机完成时间: </span>{{ item.issueTime }}</el-col> <el-col :span="16"><span> 样机完成时间: </span>{{ item.issueTime }}</el-col> <el-col :span="8"><span> 样机员: </span>{{ item.issueName }}</el-col> </el-row> <el-row style="margin-top: 1px;font-size: 16px;" class="ellipsis-multiline"> <el-col><span> 检测项目: </span>{{ item.item }}</el-col> @@ -446,7 +447,8 @@ <el-col :span="7"><span>电机编号: </span>{{ item.motorNumber }}</el-col> </el-row> <el-row style="margin-top: 1px;font-size: 16px;"> <el-col><span>样机完成时间: </span>{{ item.issueTime }}</el-col> <el-col :span="16"><span>样机完成时间: </span>{{ item.issueTime }}</el-col> <el-col :span="7"><span>样机员: </span>{{ item.issueName }}</el-col> </el-row> <el-row style="margin-top: 1px;font-size: 16px;" class="ellipsis-multiline"> <el-col><span>检测项目: </span>{{ item.item }}</el-col> src/main.js
@@ -21,15 +21,15 @@ //本地 // Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80"; // const javaApi = 'http://127.0.0.1:8001'; // const javaApi = 'http://172.20.10.5:8001'; const javaApi = 'http://172.20.10.5:8001'; // //通信测试库 // Vue.prototype.LOCATIONVUE = "http://10.1.13.77:8080"; // const javaApi = 'http://10.1.13.77:8001'; // 通信正式库 Vue.prototype.LOCATIONVUE = "https://ztwxlims.ztt.cn:7443"; const javaApi = 'https://ztwxlims.ztt.cn:7443/lims/'; // Vue.prototype.LOCATIONVUE = "https://ztwxlims.ztt.cn:7443"; // const javaApi = 'https://ztwxlims.ztt.cn:7443/lims/'; //云 // Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";