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();