Commit e8cc4de7 by liaoxing

表外修改

parent a55b1c19
......@@ -8,6 +8,7 @@ export default {
if (rtnmsg.respCode == SUCCESS) {
this.model.liaall.liaallg = rtnmsg.data.liaallg
this.model.liaall.tenstm = rtnmsg.data.tenstm
this.model.liaall.tensetamt = rtnmsg.data.tensetamt
}
loading.close();
}
......
......@@ -4,6 +4,7 @@ export default class Liaall {
this.data = {
tenstm: '',
tensetstm: '',
tensetamt:'',
misamt: '', // Amount not yet assigned .liaall.misamt
concur: '', // External Booking Amount .liaall.concur
outpct: '', // Sight Amount Percentage .liaall.outpct
......
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