收款单插件提交2
This commit is contained in:
parent
1067da45c0
commit
9b5d6f5cc2
|
|
@ -0,0 +1,56 @@
|
||||||
|
package shjh.jhzj7.fi.fi.plugin.form.info;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author LiGuiQiang
|
||||||
|
*/
|
||||||
|
public class RecFieldsInfo {
|
||||||
|
|
||||||
|
//-------------------------表头字段---------------------------------
|
||||||
|
/**
|
||||||
|
* 清账状态
|
||||||
|
*/
|
||||||
|
public static final String CLOSING_STATUS="shjh_qzzt";
|
||||||
|
/**
|
||||||
|
* 客户拆分
|
||||||
|
*/
|
||||||
|
public static final String CUSTOMER_SPLIT="shjh_customersplit";
|
||||||
|
|
||||||
|
public static final String FEE="fee";
|
||||||
|
public static final String BANK_CHARGES="shjh_bankcharges";
|
||||||
|
public static final String THIRD_PARTY_FEES="shjh_thirdpartyfees";
|
||||||
|
public static final String PAYER_TYPE="payertype";
|
||||||
|
|
||||||
|
public static final String CUSTOMER_F7="customerf7";
|
||||||
|
public static final String SUPPLIER_F7="f7_payer";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//------------------------分录字段----------------------------------
|
||||||
|
|
||||||
|
public static final String NEED_PUSH_BILL="shjh_needpushbill";
|
||||||
|
public static final String PUSH_BILL="shjh_pushbill";
|
||||||
|
/**
|
||||||
|
* 分录客户
|
||||||
|
*/
|
||||||
|
public static final String ENTRY_CUSTOMER="shjh_entrycustomer";
|
||||||
|
/**
|
||||||
|
* 清账状态
|
||||||
|
*/
|
||||||
|
public static final String ENTRY_CLOSING_STATUS="shjh_closingstatus";
|
||||||
|
public static final String BILL_NUMBER="shjh_billnum";
|
||||||
|
public static final String PURCHASE_NUMBER="shjh_purchasenum";
|
||||||
|
public static final String PURCHASE_LINE_NUMBER="shjh_purchaselinenum";
|
||||||
|
public static final String BILL_SUBJECT="shjh_billsubject";
|
||||||
|
public static final String PREPAYMENT_DATE="shjh_prepaymentdate";
|
||||||
|
public static final String PAYMENT_AMOUNT="shjh_paymentamount";
|
||||||
|
public static final String DOCUMENT_AMOUNT="shjh_documentamount";
|
||||||
|
public static final String REFUNDED_AMOUNT="shjh_refundedamount";
|
||||||
|
public static final String LOAN_NUMBER="shjh_loannum";
|
||||||
|
public static final String LOAN_AMOUNT="shjh_loanamount";
|
||||||
|
public static final String LOAN_BALANCE="shjh_loanbalance";
|
||||||
|
public static final String REPAYMENT_AMOUNT="shjh_repaymentamount";
|
||||||
|
public static final String VERIFICATION_NUMBER="shjh_verificationnum";
|
||||||
|
public static final String FISCAL_YEAR="shjh_fiscalyear";
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue