From 52dbfd767f2485a1d615c5d9db50d648a1d8214a Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 23 十二月 2025 23:56:58 +0800
Subject: [PATCH] 生产报工模糊查询
---
H5/Js/PurchaseReturn.js | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/H5/Js/PurchaseReturn.js b/H5/Js/PurchaseReturn.js
index 1045ce2..cf35b11 100644
--- a/H5/Js/PurchaseReturn.js
+++ b/H5/Js/PurchaseReturn.js
@@ -55,7 +55,6 @@
var json = res;
if (json.status == 0) {
that.itemOutNoList = json.data.tbBillList;
- that.$playSound('success');
that.itemOutNoStr = that.itemOutNoList.map(s => {
return { name: s.billNo }
});
@@ -134,7 +133,6 @@
if (json.status == 0) {
that.ItemDetail = json.data.tbBillList;
that.$refs.barcode.focus();
- that.$playSound('success');
}
else {
that.$playSound('error');
@@ -170,6 +168,7 @@
//if (json.data.tbBillList) {
// //this.ToErp();
//} else {
+
//}
that.scanFormData.quantity = json.data.tbBillList.barcodeNum
that.getItem();
@@ -243,19 +242,17 @@
var json = res;
if (json.status == 0) {
// that.modeInfo = json.data.tbBillList;
- that.getItem();
that.scanInfo.splitNum = null;
that.scanFormData.quantity = null;
that.scanFormData.barcode = null;
that.$notify({ type: 'success', message: json.message });
that.$playSound('success');
- //kyy
- // that.sendMessage(json.data.tbBillList);
+ that.getItem();
+ //that.sendMessage(json.data.tbBillList);
that.sendPrintMessage(json.data.tbBillList);
that.$refs.barcode.focus();
- //kyy
- // that.getItem();
+
}
else {
that.$playSound('error');
--
Gitblit v1.9.3