From e553bf03da95027fc26ac06384e17ef43dd3ccf4 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期三, 26 三月 2025 11:33:56 +0800 Subject: [PATCH] 上片模块整体接口更改。控制台报错及警告 --- UI-Project/src/views/mm/purchaseOrder/Select.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/UI-Project/src/views/mm/purchaseOrder/Select.vue b/UI-Project/src/views/mm/purchaseOrder/Select.vue index 4b42baf..1b9c98f 100644 --- a/UI-Project/src/views/mm/purchaseOrder/Select.vue +++ b/UI-Project/src/views/mm/purchaseOrder/Select.vue @@ -785,7 +785,7 @@ <el-button style="margin-top: 5px;float: right;margin-right: 50px;" id="searchButton" type="text" @click="dialogForm">鐗堝浘鍙�</el-button> <div v-if="box"> - <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" v-loading="loading"> + <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" > <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 450px;"> <el-table height="100%" ref="table" @selection-change="handleSelectionChange" @@ -798,8 +798,8 @@ <el-table-column prop="thick" align="center" label="鍏朵粬" min-width="120" /> <el-table-column fixed="right" label="鎿嶄綔" align="center" width="200"> <template #default> - <!-- <el-button size="mini" type="text" plain @click="dialogFormVisible = true">璇︽儏</el-button> --> - <el-button size="mini" type="text" plain @click="dialogFormVisiblea = true">璁剧疆</el-button> + <!-- <el-button type="text" plain @click="dialogFormVisible = true">璇︽儏</el-button> --> + <el-button type="text" plain @click="dialogFormVisiblea = true">璁剧疆</el-button> </template> </el-table-column> </el-table> @@ -807,7 +807,7 @@ </el-card> </div> <div v-if="boxb"> - <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" v-loading="loading"> + <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" > <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 450px;"> <el-table height="100%" ref="table" @selection-change="handleSelectionChange" @@ -820,8 +820,8 @@ <el-table-column prop="thick" align="center" label="鍏朵粬" min-width="120" /> <el-table-column fixed="right" label="鎿嶄綔" align="center" width="200"> <template #default> - <!-- <el-button size="mini" type="text" plain @click="dialogFormVisible = true">璇︽儏</el-button> --> - <el-button size="mini" type="text" plain @click="dialogFormVisiblea = true">璁剧疆</el-button> + <!-- <el-button type="text" plain @click="dialogFormVisible = true">璇︽儏</el-button> --> + <el-button type="text" plain @click="dialogFormVisiblea = true">璁剧疆</el-button> </template> </el-table-column> </el-table> @@ -829,7 +829,7 @@ </el-card> </div> <!-- <div v-if="boxa"> - <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" v-loading="loading"> + <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" > <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto"> <el-table height="100%" ref="table" @selection-change="handleSelectionChange" @@ -856,7 +856,7 @@ </template> </el-dialog> --> <el-dialog v-model="dialogFormVisiblea" top="21vh" width="30%" title="娴嬮噺璁剧疆" > - <el-form size="mini" label-width="150px"> + <el-form label-width="150px"> <el-form style="margin-left: 80px;"> <el-form-item label="璇樊闀匡細" :required="true" style="width: 16vw;margin-bottom: 30px;"> -- Gitblit v1.8.0