|
|
@@ -229,7 +229,7 @@ public class UasProdInOutListener {
|
|
|
" ]" +
|
|
|
" }";*/
|
|
|
|
|
|
- System.out.println("start----"+KingdeeFormId.PICKMTRL.name());
|
|
|
+ System.out.println("start----"+KingdeeFormId.SUBPICKMTRL.name());
|
|
|
List<ProdInoutPickingF> fList = new ArrayList<ProdInoutPickingF>();
|
|
|
ProdInoutPickingF prodInoutPickingF= null;
|
|
|
for(int i = 1; i< 10 ; i++) {
|
|
|
@@ -244,7 +244,7 @@ public class UasProdInOutListener {
|
|
|
CommonSaveReq commonSaveReq = new CommonSaveReq<ProdInoutPickingSaveReqModel>();
|
|
|
commonSaveReq.setModel(reqModel);
|
|
|
System.out.println(JSONObject.fromObject(commonSaveReq).toString());
|
|
|
- String Result = client.save(KingdeeFormId.PICKMTRL.getFormId(), JSONObject.fromObject(commonSaveReq).toString());
|
|
|
+ String Result = client.save(KingdeeFormId.SUBPICKMTRL.getFormId(), JSONObject.fromObject(commonSaveReq).toString());
|
|
|
System.out.println(" success:" + Result);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|