From bdd5fd12d584a71b03d0f7a7a10f3364b8e5f0e1 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 11 三月 2025 11:00:58 +0800
Subject: [PATCH] 人员修改
---
src/views/business/inspectionOrder/add.vue | 32 +++++++++++++++-----------------
1 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/src/views/business/inspectionOrder/add.vue b/src/views/business/inspectionOrder/add.vue
index 1bb080d..b726824 100644
--- a/src/views/business/inspectionOrder/add.vue
+++ b/src/views/business/inspectionOrder/add.vue
@@ -1,8 +1,11 @@
<template>
- <div>
- <div v-show="!configShow && !equipConfigShow && !cableConfigShow">
+ <div class="bg-1">
+ <div
+ v-show="!configShow && !equipConfigShow && !cableConfigShow"
+ style="margin: 5px 15px"
+ >
<el-row class="title">
- <el-col :span="6" style="padding-left: 20px; text-align: left"
+ <el-col :span="6"
>濮旀墭鍗曚俊鎭� 鎬讳环锛�<span style="color: #3a7bfa"
>锟{ total }}</span
></el-col
@@ -38,18 +41,6 @@
>
<span style="color: #3a7bfa">淇濆瓨妯℃澘</span>
</el-button>
- <el-button
- size="medium"
- type="primary"
- @click="openCableConfig"
- v-if="
- active == 1 &&
- PROJECT == '瑁呭鐢电紗' &&
- addObj.sampleType != undefined &&
- addObj.sampleType.indexOf('鐢电紗') > -1
- "
- >鐢电紗閰嶇疆</el-button
- >
<el-button
size="medium"
type="primary"
@@ -4454,17 +4445,21 @@
line-height: 24px;
margin-top: 5px;
}
+
.circulateTable {
display: flex;
flex-direction: row;
justify-content: space-between;
}
+
.opticalProject {
width: 38%;
}
+
.temperatureList {
width: 60%;
}
+
.temperatureListTitle {
display: flex;
flex-direction: row;
@@ -4515,15 +4510,18 @@
.ins_order_add .el-select .is-disabled .el-input__inner {
background: transparent !important;
}
+
.company_input .el-form-item__content,
.sample_input .el-form-item__content {
- width: 72%;
+ width: 70%;
}
+
.engineeringEn_input .el-form-item__content,
.otcCode_input .el-form-item__content,
.productionEn_input .el-form-item__content {
- width: 65%;
+ width: 63%;
}
+
.processing_input .el-form-item__content {
width: 60%;
}
--
Gitblit v1.9.3