From 508403e109aa9f8766b4caa05748afdec7103237 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 11 十月 2025 15:40:55 +0800
Subject: [PATCH] 核磅记录的查询传参以及判断跳转页面的条件
---
pages/product/WorkshopOrderIssued/index.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pages/product/WorkshopOrderIssued/index.vue b/pages/product/WorkshopOrderIssued/index.vue
index d9f2b5b..ca0c4df 100644
--- a/pages/product/WorkshopOrderIssued/index.vue
+++ b/pages/product/WorkshopOrderIssued/index.vue
@@ -265,8 +265,8 @@
console.log("鎵爜缁撴灉锛�", data.code);
let codeInfo = JSON.parse(data.code);
that.codeInfoId = codeInfo.id;
- if (codeInfo.partNo) {
- if (that.registerInfo.partNo != codeInfo.partNo) {
+ if (codeInfo.PN) {
+ if (that.registerInfo.partNo != codeInfo.PN) {
this.$u.toast("褰撳墠瀛愪欢鍜屾壂鐮佸瓙浠朵笉涓�鑷达紒");
return;
}
@@ -424,10 +424,10 @@
},
// 鎵爜鍚庢暟鎹洖鏄�
scanHandle(val) {
- const { outBatchNo } = val;
+ const { BN } = val;
const { workstationId, operationTaskId } = this.registerInfo;
const obj = {
- outBatchNo: outBatchNo,
+ outBatchNo: BN,
workstationId: workstationId,
operationTaskId: operationTaskId,
};
@@ -500,8 +500,8 @@
.packing-registration-param-item-left {
.item-one {
- font-size: 30rpx;
- color: #666666;
+ font-size: small;
+ color: #232222;
}
}
@@ -516,7 +516,7 @@
}
.item-two {
- font-size: 30rpx;
+ font-size: small;
color: #a6b4cc;
margin-right: 6rpx;
}
@@ -601,7 +601,7 @@
._label-name {
margin-left: 11rpx;
- font-size: 26rpx;
+ font-size: small;
font-weight: 500;
color: #666666;
}
@@ -611,7 +611,7 @@
flex: 1.5;
text-align: right;
color: #909399;
- font-size: 24rpx;
+ font-size: small;
}
.row-list .s1 {
--
Gitblit v1.9.3