Commit d63fbb0e by 潘际乾

交易module增加pageId字段

parent 058b8d1c
...@@ -400,7 +400,8 @@ export default class Cptopn{ ...@@ -400,7 +400,8 @@ export default class Cptopn{
}, },
jspmod: { jspmod: {
jshtyp: "" // 结售汇报送类型 jshtyp: "" // 结售汇报送类型
} },
pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
...@@ -283,6 +283,7 @@ export default class Ditopn{ ...@@ -283,6 +283,7 @@ export default class Ditopn{
}, },
}, },
}, },
pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
...@@ -60,6 +60,7 @@ export default class Office{ ...@@ -60,6 +60,7 @@ export default class Office{
hotwdg:"", // hotspot watchdog .hotwdg hotwdg:"", // hotspot watchdog .hotwdg
hotque:"", // hotspot queue selection .hotque hotque:"", // hotspot queue selection .hotque
hotsca:"", // hotspot Scan image .hotsca hotsca:"", // hotspot Scan image .hotsca
pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
...@@ -35,6 +35,7 @@ export default class Sptsel { ...@@ -35,6 +35,7 @@ export default class Sptsel {
chktco: "", // 网银 .chktco chktco: "", // 网银 .chktco
chkcan: "", // 归档 .chkcan chkcan: "", // 归档 .chkcan
chkdzt: "", // E-Trade .chkdzt chkdzt: "", // E-Trade .chkdzt
pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
...@@ -107,6 +107,7 @@ export default class Trnrel{ ...@@ -107,6 +107,7 @@ export default class Trnrel{
prtpblk:"", // XMLPanel prtp的内置block .docimm.docbol.prtpblk prtpblk:"", // XMLPanel prtp的内置block .docimm.docbol.prtpblk
}, },
}, },
pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
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