????

Your IP : 216.73.216.152


Current Path : C:/inetpub/vhost/xaydung.gdtsolutions.vn/build/static/js/
Upload File :
Current File : C:/inetpub/vhost/xaydung.gdtsolutions.vn/build/static/js/7420.31ca2598.chunk.js.map

{"version":3,"file":"static/js/7420.31ca2598.chunk.js","mappings":"kLACO,MAAMA,EAAW,CACpBC,SAAU,CACNC,WAAY,WACZC,MAAO,iBACPC,KAAM,WACNC,SAAS,EACTC,cAAc,GAElBC,OAAQ,CACJL,WAAY,SACZC,MAAO,oBACPC,KAAM,WACNI,kBAAmB,IACnBC,iBAAkB,IAClBC,UAAU,EACVJ,cAAc,GAElBK,QAAS,CACLT,WAAY,UACZC,MAAO,gBACPC,KAAM,UACNC,SAAS,EACTC,cAAc,IAITM,EAAe,CACxB,CACIT,MAAO,KACPU,MAAO,KACPT,KAAM,UACNU,QAAQ,EACRC,SAAU,QACVC,QAAQ,EACRC,YAAY,GAEhB,CACId,MAAO,iBACPU,MAAO,WACPT,KAAM,OACNc,YAAa,OACbC,UAAW,CAAEC,SAAU,KAE3B,CACIjB,MAAO,gBACPU,MAAO,UACPT,KAAM,SACNa,YAAY,GAEhB,CACId,MAAO,oBACPU,MAAO,SACPT,KAAM,UACNiB,OAAQC,IAAWC,EAAAA,EAAAA,IAAaD,EAAQf,S","sources":["views/tai-chinh/SoCai/data.js"],"sourcesContent":["import { formatNumber } from \"../../../actions/util\";\nexport const formData = {\n    ThoiGian: {\n        field_name: 'ThoiGian',\n        title: 'Thời gian',\n        type: 'datetime',\n        require: true,\n        hidden_label: true\n    },\n    SoTien: {\n        field_name: 'SoTien',\n        title: 'Số tiền',\n        type: 'currency',\n        thousandSeparator: '.',\n        decimalSeparator: ',',\n        required: true,\n        hidden_label: true\n    },\n    NoiDung: {\n        field_name: 'NoiDung',\n        title: 'Nội dung',\n        type: 'textbox',\n        require: true,\n        hidden_label: true\n    },\n}\n\nexport const columnsSoQuy = [\n    {\n        title: \"Id\",\n        field: 'Id',\n        type: 'numeric',\n        dataID: true,\n        editable: \"never\",\n        hidden: true,\n        searchable: false\n    },\n    {\n        title: \"Thời gian\",\n        field: \"ThoiGian\",\n        type: 'date',\n        defaultSort: 'desc',\n        cellStyle: { minWidth: 50 },\n    },\n    {\n        title: \"Nội dung\",\n        field: \"NoiDung\",\n        type: 'string',\n        searchable: true\n    },\n    {\n        title: \"Số tiền\",\n        field: \"SoTien\",\n        type: 'numeric',\n        render: rowData => formatNumber(rowData.SoTien)\n    },\n]\n"],"names":["formData","ThoiGian","field_name","title","type","require","hidden_label","SoTien","thousandSeparator","decimalSeparator","required","NoiDung","columnsSoQuy","field","dataID","editable","hidden","searchable","defaultSort","cellStyle","minWidth","render","rowData","formatNumber"],"sourceRoot":""}