yyk
2024-08-22 1310b47a24f0cc70f0128c820bd490dca6a1a921
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();