From c12dbf26b4ee983595a85492f779184e92497ea8 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 13 十一月 2024 14:54:06 +0800
Subject: [PATCH] 1
---
WebTM/views/车间管理/单品过站/Cj_ProcessItemStationPlatform.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231/Cj_ProcessItemStationPlatform.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231/Cj_ProcessItemStationPlatform.html"
index daa9edd..f16eafb 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231/Cj_ProcessItemStationPlatform.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231/Cj_ProcessItemStationPlatform.html"
@@ -941,11 +941,12 @@
var KNum = 0;
function get_Accessory(HBarCode) {
var index = layer.load();
+ var HProcExchBillNo = $("#HProcExchBillNo").val();
$.ajax({
type: "GET",
url: GetWEBURL() + "/Cj_SingleStation/HBardCodeAccessoryList",
async: false,
- data: { "HBarCode": HBarCode, "user": sessionStorage["HUserName"] },
+ data: { "HBarCode": HBarCode, "HProcExchBillNo": HProcExchBillNo, "user": sessionStorage["HUserName"],"HBillType":"DPGZ"},
dataType: "json",
success: function (data1) {
if (data1.count == 1) {
--
Gitblit v1.9.1