From 26c601a5e0285f68041e3408ca610157a75c9cf6 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 22 八月 2025 16:11:57 +0800
Subject: [PATCH] 报工页面的投料搜索出来的批次号增加接口获取物料行
---
pages/wareHouse/nuclearScale/saveForm.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/wareHouse/nuclearScale/saveForm.vue b/pages/wareHouse/nuclearScale/saveForm.vue
index 6709109..2984361 100644
--- a/pages/wareHouse/nuclearScale/saveForm.vue
+++ b/pages/wareHouse/nuclearScale/saveForm.vue
@@ -88,7 +88,7 @@
<text class="item-one">鏍哥閲嶉噺</text>
</view>
<view class="packing-registration-param-item-right">
- <u-input class="item-one item-two" v-model="form.name" />
+ <u-input class="item-one item-two" v-model="form.verificationWeight" />
</view>
</view>
<view class="packing-registration-param-item param-extra">
@@ -138,7 +138,7 @@
},
methods: {
confirm() {
- if (!this.form.outerDiameter) {
+ if (!this.form.verificationWeight) {
this.$u.toast("璇疯緭鍏ユ牳纾呴噸閲�");
this.$refs.uModal.clearLoading(); // 娓呴櫎鍔犺浇鐘舵��
return;
@@ -170,7 +170,7 @@
//纾呭樊璁$畻锛氭牳姒�-鍙夎溅鐩�-姣涢噸
Number(this.form.h);
const magnetic =
- Number(this.form.h) - Number(this.form.children) - Number(this.form.m);
+ Number(this.form.verificationWeight) - Number(this.form.voltage) - Number(this.form.reelWeight);
uni.showModal({
title: "鎻愮ず",
content: "纾呭樊涓猴細" + magnetic,
--
Gitblit v1.9.3