UNPKG
mutants-appfx
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
appfx module
mutants-appfx
/
src
/
controllers
/
VoucherController.js
19 lines
(13 loc)
•
294 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import
FormController
from
'./FormController'
import
{ action }
from
'mobx'
;
// =============== 单据公共行为 ==============
export
default
class
VoucherController
extends
FormController
{
// 提交审核
@action
async
submit
(
) { }
// 打印
@action
async
print
(
) { } }