mirror of
https://gitee.com/crm8000/PSI
synced 2024-11-22 16:26:38 +00:00
凭证
This commit is contained in:
parent
004e5aac63
commit
34e33d8206
@ -10,6 +10,7 @@
|
||||
<script src="{$uri}Public/Scripts/PSI/User/UserField.js?dt={$dtFlag}" type="text/javascript"></script>
|
||||
|
||||
<script src="{$uri}Public/Scripts/PSI/SLN0002/Voucher/MainForm.js?dt={$dtFlag}" type="text/javascript"></script>
|
||||
<script src="{$uri}Public/Scripts/PSI/SLN0002/Voucher/EditForm.js?dt={$dtFlag}" type="text/javascript"></script>
|
||||
|
||||
<script>
|
||||
PCL.onReady(() => {
|
||||
|
@ -845,7 +845,10 @@ PCL.define("PSI.SLN0002.Voucher.MainForm", {
|
||||
_onAddVoucher() {
|
||||
const me = this;
|
||||
|
||||
me.showInfo("TODO")
|
||||
const form = PCL.create("PSI.SLN0002.Voucher.EditForm", {
|
||||
parenForm: me
|
||||
});
|
||||
form.show();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user