123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203 |
- const columns = [
- // {
- // type: "selection",
- // fixed: "left",
- // _noset_: true,
- // },
- {
- prop: 'filingCode',
- label: '报备单编号',
- width: '155px'
- },
- {
- prop: 'status',
- label: '状态',
- width: '125px',
- _slot_: 'status'
- },
- {
- prop: 'wsm_has_account',
- label: '供应商端',
- width: '100px',
- _slot_: 'wsm_has_account'
- },
- {
- prop: 'catinfo',
- label: '商品分类',
- width: '158px'
- },
- {
- prop: 'good_name',
- label: '商品名称',
- 'min-width': '145px'
- },
- {
- prop: 'num',
- label: '总数量',
- width: '110px'
- },
- {
- prop: 'transfer_num',
- label: '已转单数量',
- width: '110px'
- },
- {
- prop: 'wait_num',
- label: '未转单数量',
- width: '110px'
- },
- {
- prop: 'cgd_charge',
- label: '采购价',
- width: '110px'
- },
- {
- prop: 'price',
- label: '销售价',
- width: '120px'
- },
- {
- prop: 'expect_service',
- label: '期望服务费',
- width: '110px'
- },
- {
- prop: 'companyName',
- label: '企业客户',
- width: '165px',
- _slot_: 'company'
- },
- {
- prop: 'customerName',
- label: '业务公司',
- width: '225px',
- _slot_: 'customer'
- },
- {
- prop: 'supplierName',
- label: '供应商公司',
- width: '225px',
- _slot_: 'supplier'
- },
- // {
- // prop: "companyCode",
- // label: "企业客户编号",
- // width: "145px",
- // },
- {
- prop: 'addtime',
- label: '创建时间',
- width: '145px'
- },
- {
- prop: '',
- label: '操作',
- fixed: 'right',
- _noset_: true,
- width: '110px',
- _slot_: 'operation'
- }
- ]
- export const is_determine_price_options = [
- { id: '0', label: '否' },
- { id: '1', label: '是' }
- ]
- export const options13 = [
- { id: '0', name: '现结' },
- { id: '1', name: '月清' },
- { id: '2', name: '双月清' }
- ]
- const statusOptions = [
- { value: '0', label: '待审核是否合规' },
- { value: '1', label: '审核不合规' },
- { value: '2', label: '已合规待转单' },
- { value: '3', label: '已部分转单' },
- { value: '4', label: '已全部转单' },
- { value: '5', label: '已取消转单' }
- ]
- export const editColumns = [
- {
- prop: 'filingCode',
- label: '报备单编号',
- span: 6
- },
- {
- prop: 'status',
- label: '状态',
- _slot_: 'status',
- span: 6
- },
- {
- prop: 'apply_name',
- label: '申请人',
- span: 6
- },
- {
- prop: 'addtime',
- label: '申请时间',
- span: 6
- },
- {
- prop: 'supplierName',
- label: '供应商名称',
- _slot_: 'supplierName',
- span: 12
- },
- {
- prop: 'customerName',
- label: '业务公司名称',
- _slot_: 'customerName',
- span: 12
- },
- {
- prop: 'companyName',
- label: '客户名称',
- _slot_: 'companyName',
- span: 12
- },
- {
- prop: 'num',
- label: '销售数量',
- span: 6
- },
- {
- prop: 'is_determine_price',
- label: '是否确认售价',
- _slot_: 'is_determine_price',
- span: 6
- },
- {
- prop: 'cgd_charge',
- label: '采购单价',
- span: 6
- },
- {
- prop: 'price',
- label: '销售单价',
- span: 6
- },
- {
- prop: 'expect_service',
- label: '期望服务费',
- span: 6
- },
- {
- prop: 'expect_service_proportion',
- label: '期望服务费比例',
- span: 6,
- _slot_: 'expect_service_proportion'
- },
- {
- prop: 'service_charge',
- label: '最终服务费',
- span: 6
- },
- {
- prop: 'service_proportion',
- label: '最终服务费比例',
- _slot_: 'service_proportion',
- span: 6
- },
- {
- prop: 'transfer_num',
- label: '已转单数量',
- span: 6
- },
- {
- prop: 'wait_num',
- label: '未转单数量',
- span: 6
- },
- {
- prop: 'plat_code',
- label: '平台商品编号',
- span: 6
- },
- {
- prop: 'manager',
- label: '业务经理',
- span: 6
- },
- {
- prop: 'platform_name',
- label: '所属平台',
- span: 12
- },
- {
- prop: '',
- _slot_: 'annex',
- label: '附件',
- span: 6
- },
- {
- prop: 'plat_orderCode',
- label: '供应商订单号',
- span: 6
- },
- {
- prop: 'orderCode',
- label: '订单编号',
- span: 12
- }
- ]
- // 采返 采购商品字段
- export const coveColumns = [
- {
- prop: 'good_name',
- label: '商品名称',
- _slot_: 'good_name',
- span: 24
- },
- {
- prop: 'cat',
- label: '分类',
- span: 8
- },
- {
- prop: 'brand_name',
- label: '品牌',
- span: 8,
- _slot_: 'brand_name'
- },
- {
- prop: 'send_way',
- label: '发货方式',
- _slot_: 'send_way',
- span: 8
- },
- {
- prop: 'unit_name',
- label: '单位',
- span: 6
- },
- {
- prop: 'tax',
- label: '税点',
- append: '%',
- span: 6
- },
- {
- prop: 'pay_way',
- label: '付款方式',
- _slot_: 'pay_way',
- span: 6
- },
- {
- prop: 'weight',
- label: '商品总克重',
- append: 'g',
- span: 6
- },
- {
- prop: 'preservation_day',
- label: '有效期',
- append: '天',
- span: 6
- },
- {
- prop: 'delivery_day',
- label: '物流时间',
- append: '天',
- span: 6
- },
- {
- prop: 'make_day',
- label: '生产工期',
- append: '天',
- span: 6
- },
- {
- prop: 'supply_area',
- label: '供货区域',
- _slot_: 'supply_area',
- span: 6
- },
- {
- prop: 'good_img',
- label: '商品图片',
- _slot_: 'good_img',
- span: 24
- },
- // {
- // prop: "noble",
- // _slot_: "noble",
- // label: "贵金属信息",
- // span: 24,
- // },
- {
- prop: 'cost_desc',
- label: '工艺说明',
- span: 24
- },
- {
- prop: 'remark',
- label: '采返备注',
- span: 24
- }
- ]
- export const costArr = [
- {
- prop: 'cert_fee',
- label: '成本证书费',
- append: '元',
- span: 6
- },
- {
- prop: 'pakge_fee',
- label: '成本包装费',
- append: '元',
- span: 6
- },
- {
- prop: 'cost_fee',
- label: '成本工艺费',
- append: '元',
- span: 6
- },
- {
- prop: 'mark_fee',
- label: '成本加标费',
- append: '元',
- span: 6
- },
- {
- prop: 'demo_fee',
- label: '成本打样费',
- append: '元',
- span: 6
- },
- {
- prop: 'open_fee',
- label: '成本开模费',
- append: '元',
- span: 6
- },
- {
- prop: 'delivery_fee',
- label: '成本物流费',
- append: '元',
- span: 6
- },
- {
- prop: 'nake_fee',
- label: '成本裸价',
- append: '元',
- span: 6
- },
- {
- prop: 'total_fee',
- label: '采购成本合计',
- append: '元',
- span: 24
- }
- ]
- export const bargainingArr = [
- {
- prop: 'before_rate',
- label: '议价前毛利率',
- append: '%',
- span: 12
- },
- {
- prop: 'after_rate',
- label: '议价后毛利率',
- append: '%',
- span: 12
- }
- ]
- const showColumns = [
- {
- prop: 'cgdNo',
- label: '销售订单编号',
- span: 6
- },
- {
- prop: 'status',
- label: '销售订单状态',
- _slot_: 'status',
- span: 6
- },
- {
- prop: 'order_type',
- label: '销售订单来源',
- _slot_: 'order_type',
- span: 6
- },
- {
- prop: 'lasttime',
- label: '要求入库时间',
- span: 6
- },
- {
- prop: 'supplier_name',
- label: '销售方公司',
- _slot_: 'supplier_name'
- },
- {
- prop: 'company',
- label: '购买方公司',
- _slot_: 'company'
- },
- // {
- // prop: "wsm",
- // label: "仓库信息",
- // _slot_: "wsm",
- // },
- {
- prop: 'total_fee',
- label: '采购总成本',
- span: 8
- },
- {
- prop: 'good_price',
- label: '销售订单价',
- span: 8
- },
- {
- prop: 'good_num',
- label: '采购总数量',
- span: 8
- },
- {
- prop: 'send_num',
- label: '已发货数量',
- span: 8
- },
- {
- prop: 'wsend_num',
- label: '未发货数量',
- span: 8
- },
- {
- prop: 'addtime',
- label: '创建时间',
- span: 8
- },
- {
- prop: 'addr_info',
- label: '收货信息',
- _slot_: 'addr_info',
- span: 24
- }
- ]
- import { isSpecialSymbol, hasSpace } from '@/utils/validate'
- // 是否定制
- const options1 = [
- { id: '0', name: '否' },
- { id: '1', name: '是' }
- ]
- // 专属类型
- const options2 = [
- { id: '0', name: '非泰康' },
- { id: '1', name: '泰康' }
- ]
- // 销售权限
- const options3 = [
- { id: '0', name: '无销售权限' },
- { id: '1', name: '有销售权限' }
- ]
- // 是否库存品
- const options4 = [
- { id: '0', name: '系统商品' },
- { id: '1', name: '库存品' }
- ]
- // 是否启用实时金价
- const options5 = [
- { id: '0', name: '否' },
- { id: '1', name: '是' }
- ]
- // 供货区域
- const options6 = [
- { id: '1', name: '全国' },
- { id: '2', name: '全国除偏远' }
- ]
- // 是否启用阶梯
- const options7 = [
- { id: '0', name: '否' },
- { id: '1', name: '是' }
- ]
- // 有无工差
- const options8 = [
- { id: '0', name: '无工差' },
- { id: '1', name: '有工差' }
- ]
- // 配置要求
- const options9 = ['证书', '包装盒', '绒布袋', '标签', '其他']
- // 付款方式
- const options10 = [
- { id: '0', name: '现结' },
- { id: '1', name: '月清' },
- { id: '2', name: '双月清' }
- ]
- // 发货方式
- const options11 = [
- { id: '0', name: '公司自提' },
- { id: '1', name: '供应商包邮' }
- ]
- const statusList = [
- {
- code: '0',
- name: '新建待审核',
- type: ''
- },
- {
- code: '1',
- name: '审核通过',
- type: 'success'
- },
- {
- code: '2',
- name: '基础修改待审核',
- type: ''
- },
- {
- code: '3',
- name: '成本修改待审核',
- type: ''
- },
- {
- code: '4',
- name: '基础修改驳回',
- type: 'danger'
- },
- {
- code: '5',
- name: '成本修改驳回',
- type: 'danger'
- },
- {
- code: '6',
- name: '新建审核驳回',
- type: 'danger'
- },
- {
- code: '7',
- name: '复制商品待编辑',
- type: 'info'
- },
- {
- code: '8',
- name: '竞价商品待编辑',
- type: 'info'
- }
- ]
- const listCol = [
- { type: 'selection', fixed: 'left', _noset_: true },
- {
- prop: 'spuCode',
- label: '编号',
- width: '160px'
- },
- {
- prop: 'status',
- label: '状态',
- _slot_: 'status',
- width: '118px'
- },
- {
- prop: 'good_thumb_img',
- label: '图片',
- _slot_: 'good_thumb_img',
- width: '45px'
- },
- {
- prop: 'good_name',
- label: '名称',
- 'min-width': '160px'
- },
- {
- prop: 'cat_name',
- label: '分类'
- },
- {
- prop: 'brand_name',
- label: '品牌'
- },
- {
- prop: 'isonline',
- label: '是否上线',
- _slot_: 'isonline',
- width: '70px'
- },
- {
- prop: 'supplierNo',
- label: '供应商编号',
- width: '110px'
- },
- {
- prop: 'supplier_name',
- label: '供应商名称',
- width: '110px'
- },
- {
- prop: 'companyNo',
- label: '业务公司编号',
- width: '110px'
- },
- {
- prop: 'company',
- label: '业务公司名称',
- width: '110px'
- },
- // {
- // prop: "company_name",
- // label: "创建人部门",
- // minWidth: "150px",
- // },
- {
- prop: 'creater',
- label: '创建人',
- width: '70px'
- },
- {
- prop: 'addtime',
- label: '创建时间',
- width: '140px'
- },
- {
- prop: '',
- label: '操作',
- fixed: 'right',
- _noset_: true,
- width: '200px',
- _slot_: 'operation'
- }
- ]
- const validate_num = (rule, value, callback) => {
- const { required } = rule
- if (required && value === '') {
- callback(new Error('不能为空!'))
- } else {
- callback()
- }
- }
- const validate_num_0 = (rule, value, callback) => {
- const { required } = rule
- if (required && value === '') {
- callback(new Error('不能为空!'))
- } else if (
- required &&
- (value === '0' ||
- value === '0.' ||
- value === '0.0' ||
- value === '0.00' ||
- value === '0.000')
- ) {
- callback(new Error('不能为零!'))
- } else {
- callback()
- }
- }
- const validate_good_img = (rule, value, callback) => {
- const { required } = rule
- if (required && value.length == 0) {
- callback(new Error('请上传商品主图!'))
- } else if (required && (value.length < 3 || value.length > 10)) {
- callback(new Error('商品主图应为3~10张!'))
- } else {
- callback()
- }
- }
- const validate_desc = (rule, value, callback) => {
- const { required } = rule
- if (required && value.length == 0) {
- callback(new Error('不能为空!'))
- } else if (isSpecialSymbol(value)) {
- callback(new Error('不能使用英文特殊字符!'))
- } else {
- callback()
- }
- }
- const validate_good_name = (rule, value, callback) => {
- const { required } = rule
- if (required && value.length == 0) {
- callback(new Error('不能为空!'))
- } else if (hasSpace(value)) {
- callback(new Error('系统不允许输入转义字符,请检查后重新输入!'))
- } else if (isSpecialSymbol(value)) {
- callback(new Error('不能使用英文特殊字符!'))
- } else {
- callback()
- }
- }
- const rules = {
- // plat_orderCode: [
- // {
- // required:true,
- // message:'请输入供应商订单号',
- // trigger:'blur'
- // }
- // ],
- fill_url: [
- {
- required: true,
- message: '请选择附件',
- trigger: 'blur'
- }
- ],
- companyName: [
- {
- required: true,
- message: '客户名称不能为空',
- trigger: 'blur'
- }
- ],
- customerCode: [
- {
- required: true,
- message: '业务公司不能为空',
- trigger: 'blur'
- }
- ],
- is_determine_price: [
- {
- required: true,
- message: '请选择是否确定售价',
- trigger: 'blur'
- }
- ],
- expect_service_proportion: [
- {
- required: true,
- message: '期望服务费比例不能为空',
- trigger: 'blur'
- }
- ],
- expect_service: [
- {
- required: true,
- message: '预期服务费不能为空',
- trigger: 'blur'
- }
- ],
- num: [
- {
- required: true,
- message: '销售数量不能为空',
- trigger: 'blur'
- }
- ],
- cat_id: [
- {
- type: 'array',
- required: true,
- message: '商品分类',
- trigger: 'change'
- }
- ],
- preservation_day: [
- {
- required: true,
- validator: validate_num_0,
- trigger: 'blur'
- }
- ],
- supplierNo: [
- {
- type: 'array',
- required: true,
- message: '请选择供应商',
- trigger: 'change'
- }
- ],
- delivery_day: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- pname: [
- {
- required: true,
- validator: validate_good_name,
- trigger: 'blur'
- }
- ],
- make_day: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- model: [
- {
- required: true,
- message: '型号不能为空',
- trigger: 'blur'
- }
- ],
- color: [
- {
- required: true,
- message: '颜色不能为空',
- trigger: 'blur'
- }
- ],
- material: [
- {
- required: true,
- message: '材质不能为空',
- trigger: 'blur'
- }
- ],
- brand_id: [
- {
- type: 'array',
- required: true,
- message: '商品品牌',
- trigger: 'change'
- }
- ],
- unit_id: [
- {
- type: 'array',
- required: true,
- message: '请输入商品单位',
- trigger: 'blur'
- }
- ],
- weight: [
- {
- required: true,
- validator: validate_num_0,
- trigger: 'blur'
- }
- ],
- tax: [
- {
- required: true,
- message: '请选择税率',
- trigger: 'change'
- }
- ],
- supply_area: [
- {
- required: true,
- message: '请选择供货区域',
- trigger: 'change'
- }
- ],
- origin_place: [
- {
- type: 'array',
- required: true,
- message: '请选择产地',
- trigger: 'change'
- }
- ],
- delivery_place: [
- {
- type: 'array',
- required: true,
- message: '请选择发货地',
- trigger: 'change'
- }
- ],
- // 固定成本
- cert_fee: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- pakge_fee: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- cost_fee: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- mark_fee: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- demo_fee: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- open_fee: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- delivery_fee: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- price: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- cgd_charge: [
- {
- required: true,
- validator: validate_num,
- trigger: 'blur'
- }
- ],
- gold_weight: [
- {
- required: true,
- validator: validate_num_0,
- trigger: 'blur'
- }
- ],
- noble_metal: [
- {
- required: true,
- message: '请选择贵金属种类',
- trigger: 'change'
- }
- ],
- is_gold_price: [
- {
- required: true,
- message: '请选择是否启用实时金价',
- trigger: 'change'
- }
- ],
- is_diff: [
- {
- required: true,
- message: '请选择有无工差',
- trigger: 'change'
- }
- ],
- config: [
- {
- required: true,
- type: 'array',
- message: '请选择配置要求',
- trigger: 'change'
- }
- ],
- other_config: [
- {
- required: true,
- message: '其他要求不能为空',
- trigger: 'blur'
- }
- ],
- pay_way: [
- {
- required: true,
- message: '请选择付款方式',
- trigger: 'change'
- }
- ],
- send_way: [
- {
- required: true,
- message: '请选择发货方式',
- trigger: 'change'
- }
- ],
- manager: [
- {
- required: true,
- message: '请选择业务经理',
- trigger: 'change'
- }
- ],
- cost_desc: [
- {
- required: false,
- validator: validate_desc,
- trigger: 'blur'
- }
- ],
- remark: [
- {
- required: true,
- validator: validate_desc,
- trigger: 'blur'
- }
- ],
- good_img: [
- {
- required: true,
- message: '商品图片不能为空',
- trigger: 'change'
- }
- ],
- good_name: [
- {
- required: true,
- message: '商品名称不能为空',
- trigger: 'change'
- }
- ]
- }
- const ruleForm = {
- companyName: '',
- supplierNo: [],
- customerCode: [],
- is_determine_price: '0',
- num: '0',
- cgd_charge: '0',
- price: '0',
- expect_service_proportion: '0',
- expect_service: '0',
- good_name: '',
- origin_place: [],
- delivery_place: [],
- cat_id: [],
- brand_id: [],
- unit_id: [],
- weight: '0.000',
- tax: '',
- supply_area: '',
- pay_way: '',
- send_way: '0',
- preservation_day: 1, // 有效期
- delivery_day: '0', // 物流时间
- make_day: '0', // 生产工期
- gold_weight: '0.000',
- noble_metal: '',
- config: [],
- other_config: '',
- remark: '',
- cost_desc: '',
- good_img: [],
- total: 0,
- type: '0'
- }
- const other_ruleForm = {
- // infoNo: "",
- // pname: "",
- // color: "",
- // model: "",
- // material: "",
- cert_fee: '0.00',
- pakge_fee: '0.00',
- cost_fee: '0.00',
- mark_fee: '0.00',
- demo_fee: '0.00',
- open_fee: '0.00',
- delivery_fee: '0.00',
- is_gold_price: '0',
- is_diff: '0'
- }
- const ruleForm1 = {
- plat_orderCode:"",
- customerName: '',
- fill_url: '',
- companyName: '',
- supplierNo: [],
- customerCode: [],
- is_determine_price: '0',
- num: '',
- cgd_charge: '0',
- price: '0',
- expect_service_proportion: '0',
- expect_service: '0',
- good_name: '',
- originPlace: [],
- origin_place: [],
- delivery_place: [],
- deliveryPlace: [],
- cat_id: [],
- brand_id: [],
- unit_id: [],
- weight: '0',
- tax: '',
- supply_area: '',
- pay_way: '',
- send_way: '0',
- preservation_day: '', // 有效期
- delivery_day: '0', // 物流时间
- make_day: '0', // 生产工期
- gold_weight: '0.000',
- noble_metal: '',
- config: [],
- other_config: '',
- remark: '',
- cost_desc: '',
- good_img: [],
- total: 0,
- type: '0'
- }
- export {
- options1,
- options2,
- options3,
- options4,
- options5,
- options6,
- options7,
- options8,
- options9,
- options10,
- options11,
- listCol,
- rules,
- statusList,
- columns,
- statusOptions,
- showColumns,
- ruleForm,
- ruleForm1,
- other_ruleForm
- }
|