????
Current Path : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/app/models/ |
Current File : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/app/models/Constant.js |
const path = require('path'); module.exports.fileState = { '0': 'Khởi tạo', '1': 'Chưa nộp', '2': 'Bị trả lại', '3': 'Chưa duyệt', '4': 'Đã duyệt', '5': 'Đã xóa' } module.exports.fileAction = { 0: 'Chỉnh sửa', 1: 'Nộp', 2: 'Trả lại', 3: 'Duyệt' } module.exports.typeNumber = { 1: 'Văn bản quy phạm pháp luật', 2: 'Văn bản hành chính' } module.exports.accState = { 0: 'Chưa tạo', 1: 'Đang hoạt động', 2: 'Đã khóa' } module.exports.savePath = path.join(__dirname, '..', 'DBSoHoa', 'Documents'); module.exports.scanPath = path.join(__dirname, '..', 'Scans');