import Pts from '~/components/business/commonModel/Pts';

export default class Autrul {
  constructor() {
    this.data = {
      scenecode: "",
      signinfo:{
        inr: "",			//
        channel: "",			  //签约渠道
        paytyp: "",			    //汇款类型
        extkey: "",         //客户号
        nam: "",            //客户名称
        cur: "",            //汇款币种
        act: "",            //我行客户账号
        hascountpty: "",    //交易对手是否必输(Y必输N非必输)
        mantyp: "", //收款人居民标志
        bustyp: "", //业务类型
        trntyp: "", //款项性质
        bopcod: "", //交易类型
        h: "", //账户性质
        pye: {
          ptytyp:'',
				  pts: new Pts().data,
        },
        rec:{
          pyeact: "",//我行客户账号
        },
        cbs: {
          nom1: {
            cur: "",
            amt: "",
          },
        },
      },
      signrule:{
        inr: "",			//
        signinr: "",  //签约列表编号
        scenecode: "",
        isdefault: "",
        rulekey: "",//规则字段
        content: "",//规则对比内容
        keytxt: "",//规则字段描述
        keytyp: "",//规则字段类型
        symbols: ""//规则
      },
    }
  }
}