zhaowc
2024-08-22 fc7566522ecdd5a14b2a0801d14b2630ae93c7b0
Pda/View/SoSetting/pingKuOut.html
@@ -186,6 +186,8 @@
               Type: "1",
            };
            synData(IP + "/PdaSo/GetRunSoNoticeList", param, 'post', function (res) {
               console.log(res);
               if (res.code == 0) { //成功
                  console.log(res.data);
                  for (var i = 0; i < res.data.length; i++) {
@@ -280,6 +282,8 @@
               "PalletNo": $("#PalletNo").val()
            }
            synData(IP + "/PdaSo/IsEnableOkPalletNo", param, 'post', function (res) {
               console.log("AAA");
               console.log(res);
               if (res.code == 0) { //成功 
                  updateBillList();