From 2a39aa8035613ddcb00ab2edd2d3aea046b0c838 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期六, 14 六月 2025 10:17:14 +0800
Subject: [PATCH] #
---
pages/basics/order.vue | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/pages/basics/order.vue b/pages/basics/order.vue
index c61c78d..0680ba2 100644
--- a/pages/basics/order.vue
+++ b/pages/basics/order.vue
@@ -350,13 +350,16 @@
checkMat(mat) {
var len = this.matList.length
var add = true
- for (var i = 0; i < len; i++) {
- if (mat.matnr == this.matList[i].matnr&&mat.batch == this.matList[i].batch&&mat.orderNo == this.matList[i].orderNo) {
- this.matList[i].anfme += mat.anfme
- this.$forceUpdate() // 寮哄埗鍒锋柊
- add = false
- }
- }
+ // for (var i = 0; i < len; i++) {
+ // if (mat.matnr == this.matList[i].tiaoma){
+ // uni.showToast({title: "鏉$爜閲嶅鎵簡", icon: "none", position: 'top'})
+ // }
+ // // if (mat.matnr == this.matList[i].matnr&&mat.batch == this.matList[i].batch&&mat.orderNo == this.matList[i].orderNo) {
+ // // this.matList[i].anfme += mat.anfme
+ // // this.$forceUpdate() // 寮哄埗鍒锋柊
+ // // add = false
+ // // }
+ // }
if (add) {
this.matList.unshift(mat)
}
--
Gitblit v1.9.1