From b27857438e4c60406faa17b474202e437687814b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 11 四月 2024 15:02:10 +0800 Subject: [PATCH] 产量登记表模块 获取车辆号的接口修改联调+根据庄口,车间,组别的获取等级的接口联调 --- src/views/productManage/silkInspectForm/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/productManage/silkInspectForm/index.vue b/src/views/productManage/silkInspectForm/index.vue index 11eec6e..42c3c14 100644 --- a/src/views/productManage/silkInspectForm/index.vue +++ b/src/views/productManage/silkInspectForm/index.vue @@ -30,7 +30,7 @@ <template slot="tableButton"> <el-table-column label="鎿嶄綔" width="90" fixed="right"> <template slot-scope="scope"> - <el-button @click="handleClick(scope.row)" type="text" size="small">缂栬緫</el-button> + <el-button @click="handleClick(scope.row)" type="text" size="small">淇敼</el-button> <el-button @click="delClick(scope.row.ID)" type="text" size="small">鍒犻櫎</el-button> </template> </el-table-column> @@ -186,8 +186,10 @@ this.$router.push({ path:"/productManage/silkRegisterForm/addPage", query:{ - id:row.ID, - activeName:'second' + activeName:'second', + inspectID:row.ID, + id:row.finenessRegisterID, + number:row.number, } }); }, -- Gitblit v1.8.0