From ac79990bbf514e05f033eaa952a6c195f526e17a Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 10 Jan 2024 09:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=85=A5=E5=BA=93=E3=80=81?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=85=A5=E5=BA=93=E8=AE=B0=E5=BD=95=E6=A3=80?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_check.vue | 269 +++++++++++++++++++++++++++++++- 1 file changed, 262 insertions(+), 7 deletions(-) diff --git a/src/views/inm/mioitem_check.vue b/src/views/inm/mioitem_check.vue index 3ff3fbab..ad752df2 100644 --- a/src/views/inm/mioitem_check.vue +++ b/src/views/inm/mioitem_check.vue @@ -2,7 +2,7 @@ @@ -14,7 +14,8 @@ :rules="rules" label-width="140px" > - + + + + + + + {{ objitem.batch }} + + + + + {{ objitem.count }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - {{ objitem.material_name }} @@ -131,8 +379,6 @@ - - @@ -144,8 +390,6 @@ - - @@ -232,9 +476,17 @@ export default { }, data() { return { + addTemplate: { + name: "", + sort: "", + user: "", + post: "", + dept: "", + }, loading: false, form: { weight_kgs:[], + ftestitems:[], }, rules: { test_date: [{required: true, message: "请选择检验日期", trigger: "blur"}], @@ -293,6 +545,9 @@ export default { sum = sum+item.value; }) that.form.count_bag_weight_all = sum/that.weight_kgs.length*that.objitem.count; + }, + countChange(){ + }, //提交 submit() {