| | |
| | | |
| | | void callPdaReceiptBtn(String inStr, String result); |
| | | |
| | | /** |
| | | * 调用新的存储过程 PRC_RF_PDA_RECEIPT_BTN_test001 |
| | | * |
| | | * @param deliveryNo 送货单号 |
| | | * @param userid 用户ID |
| | | * @return 返回包含结果码和消息的数组,[0]为结果码,[1]为消息 |
| | | */ |
| | | Object[] callPdaReceiptBtn1(String deliveryNo, String userid); |
| | | |
| | | Integer processMesInvItemArnStatus(String factory, String company, String userCode, Long id); |
| | | |
| | | void processMesInvItemArnStatusAsync(List<MesInvItemArn> itemArnMinus); |
| | |
| | | * @param batchItems 当前批次的数据 |
| | | */ |
| | | void processAsyncBatch(List<MesInvItemArn> batchItems); |
| | | |
| | | boolean setDeliveryNotice(); |
| | | } |