Commit 02b22fde by 叶富雄

obj定义

parent a659b9e2
...@@ -8,11 +8,13 @@ const spsftg = { ...@@ -8,11 +8,13 @@ const spsftg = {
'3': '草稿' '3': '草稿'
}; };
/*
//是否存在回报信息 //是否存在回报信息
const sfczhbxx = { const sfczhbxx = {
'0': '否', '0': '否',
'1': '是', '1': '是',
}; };
*/
// 是否联络员 // 是否联络员
const sflly = { const sflly = {
...@@ -24,16 +26,55 @@ const ifsp = { ...@@ -24,16 +26,55 @@ const ifsp = {
'0': '不能', '0': '不能',
'1': '能', '1': '能',
} }
//能否续报
const nfhb = {
'0': '不能',
'1': '能',
}
const nfxb = {
'0': '不能',
'1': '能',
}
const nfhbxg = {
'0': '不能',
'1': '能',
}
const nffp = {
'0': '不能',
'1': '能',
}
//比中状态 //比中状态
const bdzt = { const bdzt = {
'0': '未比对', '0': '未比对',
'1': '比对结果', '1': '比对结果',
'2': '比对中', '2': '比对中',
} }
const zlqszt ={
'0': '未签收',
'1': '超期未签收',
'2': '已签收',
'3': '超期签收',
}
const zlhbzt = {
'0': '未回报',
'1': '超期未回报',
'2': '已回报',
'3': '超期回报',
}
const sfczhbxx = {
'0': '不存在',
'1': '存在',
}
export { export {
spsftg, spsftg,
sfczhbxx, sfczhbxx,
sflly, sflly,
ifsp, ifsp,
bdzt bdzt,
nfxb,
zlqszt,
nfhb,
nfhbxg,
nffp,
zlhbzt
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment