mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-08-23 13:06:48 +08:00
优化审核
This commit is contained in:
parent
4abf45e41a
commit
893e1e0c87
@ -133,9 +133,6 @@ function MainGrid() {
|
||||
|
||||
MainGrid.prototype = new Grid();
|
||||
var list = new MainGrid();
|
||||
var vm = new Vue({
|
||||
el: "#editDlg"
|
||||
});
|
||||
|
||||
|
||||
//删除
|
||||
|
@ -233,10 +233,10 @@ $.fn.flowdesign = function (options) {
|
||||
}
|
||||
if (item.setInfo != undefined && item.setInfo.Taged != undefined)
|
||||
{
|
||||
var _one = top.clientuserData[item.setInfo.UserId];
|
||||
// var _one = top.clientuserData[item.setInfo.UserId];
|
||||
var _row = '<div style="text-align:left">';
|
||||
var tagname = { "-1": "不通过", "1": "通过", "0": "驳回" };
|
||||
_row += "<p>处理人:" + (_one == undefined ? item.setInfo.UserId : _one.RealName)+"</p>";
|
||||
_row += "<p>处理人:" + ( item.setInfo.UserId )+"</p>";
|
||||
_row += "<p>结果:" + tagname[item.setInfo.Taged] + "</p>";
|
||||
_row += "<p>处理时间:" + item.setInfo.TagedTime + "</p>";
|
||||
_row += "<p>备注:" + item.setInfo.description + "</p></div>";
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?PowerDesigner AppLocale="UTF16" ID="{54F96D9D-A534-4ADF-ADAD-ACFE3C42BC44}" Label="" LastModificationDate="1486309144" Name="OpenAuthDB" Objects="381" Symbols="38" Target="Microsoft SQL Server 2008" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.6.1.5066"?>
|
||||
<?PowerDesigner AppLocale="UTF16" ID="{54F96D9D-A534-4ADF-ADAD-ACFE3C42BC44}" Label="" LastModificationDate="1486309144" Name="OpenAuthDB" Objects="353" Symbols="26" Target="Microsoft SQL Server 2008" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.6.1.5066"?>
|
||||
<!-- do not edit this file -->
|
||||
|
||||
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
|
||||
@ -3967,7 +3967,7 @@ PhysOpts=
|
||||
|
||||
[ModelOptions\Default Opts\FRMESOB<<WorkloadGroup>>]
|
||||
PhysOpts=</a:ModelOptionsText>
|
||||
<a:RepositoryFilename>F:\测试学习\OpenAuth.Net\数据库设计关系图\OpenAuthDB.pdm</a:RepositoryFilename>
|
||||
<a:RepositoryFilename>E:\测试学习\OpenAuth.Net\数据库设计关系图\OpenAuthDB.pdm</a:RepositoryFilename>
|
||||
<c:GenerationOrigins>
|
||||
<o:Shortcut Id="o3">
|
||||
<a:ObjectID>9401CEBA-B163-4ADB-AECF-03CE78C0FFF3</a:ObjectID>
|
||||
@ -4609,7 +4609,7 @@ Shadow=0
|
||||
<o:ReferenceSymbol Id="o6">
|
||||
<a:CreationDate>1445621646</a:CreationDate>
|
||||
<a:ModificationDate>1486308596</a:ModificationDate>
|
||||
<a:Rect>((-15716,-28159), (-4617,-13633))</a:Rect>
|
||||
<a:Rect>((-15603,-28159), (-4729,-13633))</a:Rect>
|
||||
<a:ListOfPoints>((-11287,-28159),(-11287,-20119),(-9046,-20119),(-9046,-13633))</a:ListOfPoints>
|
||||
<a:CornerStyle>1</a:CornerStyle>
|
||||
<a:ArrowStyle>1</a:ArrowStyle>
|
||||
@ -9033,11 +9033,11 @@ Drop=No</a:Settings>
|
||||
</o:Column>
|
||||
<o:Column Id="o252">
|
||||
<a:ObjectID>DE36EC8C-B1A8-4CFB-BDAB-F4E08C313A9A</a:ObjectID>
|
||||
<a:Name>有效标志</a:Name>
|
||||
<a:Name>有效标志(0暂停,1正常运行,3草稿)</a:Name>
|
||||
<a:Code>EnabledMark</a:Code>
|
||||
<a:CreationDate>1484907080</a:CreationDate>
|
||||
<a:Creator>Administrator</a:Creator>
|
||||
<a:ModificationDate>1484907080</a:ModificationDate>
|
||||
<a:ModificationDate>1486343456</a:ModificationDate>
|
||||
<a:Modifier>Administrator</a:Modifier>
|
||||
<a:Comment>有效标志</a:Comment>
|
||||
<a:DataType>int</a:DataType>
|
||||
@ -9120,11 +9120,11 @@ Drop=No</a:Settings>
|
||||
</o:Column>
|
||||
<o:Column Id="o258">
|
||||
<a:ObjectID>3BF01F73-EB94-4203-89D5-CE7846D81E4E</a:ObjectID>
|
||||
<a:Name>是否完成</a:Name>
|
||||
<a:Name>是否完成(0运行中,1运行结束,2被召回,3不同意,4表示被驳回)</a:Name>
|
||||
<a:Code>isFinish</a:Code>
|
||||
<a:CreationDate>1484907080</a:CreationDate>
|
||||
<a:Creator>Administrator</a:Creator>
|
||||
<a:ModificationDate>1484907080</a:ModificationDate>
|
||||
<a:ModificationDate>1486343481</a:ModificationDate>
|
||||
<a:Modifier>Administrator</a:Modifier>
|
||||
<a:Comment>是否完成</a:Comment>
|
||||
<a:DataType>int</a:DataType>
|
||||
|
Loading…
Reference in New Issue
Block a user