From 14515b095bcf8bd9c91b3819f8762d42777d8948 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期四, 10 四月 2025 11:04:37 +0800 Subject: [PATCH] 原辅材下单提交 --- src/views/business/materialOrder/customsInspection.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue index ee3cc8e..e141b74 100644 --- a/src/views/business/materialOrder/customsInspection.vue +++ b/src/views/business/materialOrder/customsInspection.vue @@ -302,8 +302,8 @@ </span> </template> </el-table-column> - <el-table-column label="鏉′欢" min-width="140" prop="radius" show-overflow-tooltip></el-table-column> - <el-table-column label="璇曢獙鏂规硶" min-width="120" prop="methodS" show-overflow-tooltip> + <el-table-column label="璇曢獙鏉′欢" min-width="140" prop="radius" show-overflow-tooltip></el-table-column> + <el-table-column label="璇曢獙鏂规硶" min-width="120" prop="method" show-overflow-tooltip> <template slot="header" slot-scope="scope"> <div style="display: flex;align-items: center;flex-direction: column;font-size: 14px"> <span>璇曢獙鏂规硶</span> @@ -338,7 +338,7 @@ <div class="search_input"> <el-radio-group v-model="item.bsm1Val" v-removeAriaHidden @input="upBsmAll(item)"> <el-radio v-for="(a, ai) in JSON.parse(item.bsmRow.sectionCopy)" :key="ai" :label="a">{{ - JSON.parse(item.bsmRow.askCopy)[ai] }}</el-radio> + JSON.parse(item.bsmRow.askCopy)[ai] }}</el-radio> </el-radio-group> </div> </el-col> @@ -1055,10 +1055,16 @@ delete this.addObj.createTime } addInsOrder({ - insOrder: this.addObj, + insOrder: { + ...this.addObj, + workShopId: this.addObj.workShopId || '' // 纭繚 workShopId 浼犻�掔粰鍚庣 + }, sampleList: sampleList.map(a => { a.standardMethodListId = JSON.stringify(a.standardMethodListId) - a.insProduct = this.fullProductList + a.insProduct = this.fullProductList.map(item => ({ + ...item, + state: 1 + })) if (a.modelNum) { // 鏍规嵁x鍙峰垽鏂瀷鍙峰弬鏁颁笌鏍峰搧鍨嬪彿鐨勬嫾鎺ヤ綅缃� // 渚嬪脳4锛屽氨涓�500ML脳4锛�4脳锛屽氨涓�4脳500ML -- Gitblit v1.9.3