From 039d01c3ee6217e18ef3bcaec263fd2ad59e6f68 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 20 九月 2023 16:19:51 +0800
Subject: [PATCH] modified: src/components/view/equipmentmaintain.vue modified: src/components/view/standard-table/material.vue modified: src/components/view/standard-table/product.vue modified: src/components/view/standard-table/target.vue modified: src/components/view/standard-table/technology.vue
---
src/components/view/Processingproducts.vue | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/src/components/view/Processingproducts.vue b/src/components/view/Processingproducts.vue
index d4ed2a1..4530c83 100644
--- a/src/components/view/Processingproducts.vue
+++ b/src/components/view/Processingproducts.vue
@@ -15,7 +15,7 @@
<el-input
size="small"
v-model="search.productName"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
placeholder="璇疯緭鍏�"
clearable
></el-input>
@@ -23,7 +23,7 @@
<el-input
size="small"
v-model="search.specificationModel"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
placeholder="璇疯緭鍏�"
clearable
></el-input>
@@ -32,7 +32,7 @@
v-model="search.productCategories"
size="small"
placeholder="璇烽�夋嫨"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
>
<el-option label="鍘熸潗鏂�" :value="0"></el-option>
<el-option label="鎴愬搧" :value="1"></el-option>
@@ -43,7 +43,7 @@
v-model="search.state"
size="small"
placeholder="璇烽�夋嫨"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
>
<el-option label="杩斾慨涓�" :value="1"></el-option>
<el-option label="寰呭鐞�" :value="0"></el-option>
@@ -157,7 +157,11 @@
</el-card>
</div>
<el-dialog title="鎻愮ず" :visible.sync="dialogVisible" width="30%">
- <el-form label-width="130px">
+ <el-form label-width="130px" style="height: 500px; overflow: auto ;">
+ <el-empty
+ v-if="updateEditList.length == 0"
+ :image-size="200"
+ ></el-empty>
<div v-for="item in updateEditList" :key="item.$index">
<el-form-item
:label="
@@ -280,6 +284,7 @@
})
.then(res => {
this.updateEditList = res.data;
+ this.getDetailInfo();
});
},
// 鐐瑰嚮缂栬緫鎰忚
@@ -322,6 +327,7 @@
.then(res => {
console.log(`output->res`, res);
this.dialogVisible = false;
+ this.getDetailInfo();
});
}
},
--
Gitblit v1.9.3