天天看點

17、NC擷取不重複單據号(用于新增單據)

**

17、NC擷取不重複單據号(用于新增單據)

**

public static String  getfilenumber(String pk_org){
		BillcodeGenerater gene = new BillcodeGenerater();
		String billcode="";
		try {
			billcode = gene.getBillCode("XSDD", "0001A110000000000L9C", pk_org, null, null);
		} catch (Exception e) {
			e.printStackTrace();
		} 
        return billcode;
	}
           

繼續閱讀