route.html 9.9 KB
Newer Older
R
roo00 已提交
1
<div>
NoSubject's avatar
NoSubject 已提交
2
    <div title="{{$.lp.base}}" class="MWFTab">
R
roo00 已提交
3 4
        <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
            <tr>
NoSubject's avatar
NoSubject 已提交
5
                <td class="editTableTitle">{{$.lp.id}}:</td>
R
roo00 已提交
6 7 8
                <td class="editTableValue">text{$.id}</td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
9
                <td class="editTableTitle">{{$.lp.createTime}}:</td>
R
roo00 已提交
10 11 12
                <td class="editTableValue">text{$.createTime}</td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
13
                <td class="editTableTitle">{{$.lp.updataTime}}:</td>
R
roo00 已提交
14 15 16
                <td class="editTableValue">text{$.updataTime}</td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
17
                <td class="editTableTitle">{{$.lp.name}}:</td>
R
roo00 已提交
18 19 20
                <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
21
                <td class="editTableTitle">{{$.lp.alias}}:</td>
R
roo00 已提交
22 23 24
                <td class="editTableValue"><input type="text" name="alias" value="text{$.alias}" class="editTableInput"/></td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
25
                <td class="editTableTitle">{{$.lp.description}}:</td>
R
roo00 已提交
26 27 28
                <td class="editTableValue"><textarea name="description" class="editTableTextarea">text{$.description}</textarea></td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
29
                <td class="editTableTitle">{{$.lp.num}}:</td>
R
roo00 已提交
30 31 32
                <td class="editTableValue"><input type="text" name="orderNumber" value="text{$.orderNumber}" class="editTableInput"/></td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
33
                <td class="editTableTitle">{{$.lp.defaultOpinion}}:</td>
R
roo00 已提交
34 35
                <td class="editTableValue"><input type="text" name="opinion" value="text{$.opinion}" class="editTableInput"/></td>
            </tr>
R
roo00 已提交
36
            <tr>
NoSubject's avatar
NoSubject 已提交
37
                <td class="editTableTitle">{{$.lp.opinionRequired}}:</td>
R
roo00 已提交
38
                <td class="editTableValue" id="text{$.id}opinionRequired" >
NoSubject's avatar
NoSubject 已提交
39 40
                    <input class="editTableRadio" name="opinionRequired" text{($.opinionRequired)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
                    <input class="editTableRadio" name="opinionRequired" text{(!$.opinionRequired)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
R
roo00 已提交
41 42 43
                </td>
            </tr>
        </table>
NoSubject's avatar
NoSubject 已提交
44
        <div data-o2-advanced="yes">
R
roo00 已提交
45 46
            <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
                <tr>
NoSubject's avatar
NoSubject 已提交
47
                    <td class="editTableTitle">{{$.lp.routeType}}:</td>
R
roo00 已提交
48
                    <td class="editTableValue" id="text{$.id}opinionRequired" >
NoSubject's avatar
NoSubject 已提交
49 50 51 52
                        <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}appendTaskArea').setStyle('display', 'none');}" name="type" text{($.type!='appendTask' && $.type!='back')?'checked':''} type="radio" value="normal"/>{{$.lp.defaultRoute}}
                        <br><input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}appendTaskArea').setStyle('display', 'none');}" name="type" text{($.type=='back')?'checked':''} type="radio" value="back"/>{{$.lp.backRoute}}
                        <br><input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}appendTaskArea').setStyle('display', 'block');}" name="type" text{($.type=='appendTask')?'checked':''} type="radio" value="appendTask"/>{{$.lp.appendTask}}
                        <div style="color:#999999">{{$.lp.appendTaskInfo}}</div>
R
roo00 已提交
53 54 55
                    </td>
                </tr>
            </table>
NoSubject's avatar
NoSubject 已提交
56 57

            <div id="text{$.id}appendTaskArea" style="display: text{($.type=='appendTask') ? 'block': 'none'}">
R
roo00 已提交
58 59
                <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
                    <tr>
NoSubject's avatar
NoSubject 已提交
60
                        <td class="editTableTitle">{{$.lp.appendTo}}:</td>
NoSubject's avatar
NoSubject 已提交
61
                        <td class="editTableValue" id="text{$.id}opinionRequired" >
NoSubject's avatar
NoSubject 已提交
62 63
                            <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}appendTaskScriptArea').setStyle('display', 'none');}" name="appendTaskIdentityType" text{($.appendTaskIdentityType !='script')?'checked':''} type="radio" value="select"/>{{$.lp.byRoute}}
                            <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}appendTaskScriptArea').setStyle('display', 'block');}" name="appendTaskIdentityType" text{($.appendTaskIdentityType =='script')?'checked':''} type="radio" value="script"/>{{$.lp.byScript}}
R
roo00 已提交
64 65 66
                        </td>
                    </tr>
                </table>
NoSubject's avatar
NoSubject 已提交
67 68 69
                <div id="text{$.id}appendTaskScriptArea" style="display: text{($.appendTaskIdentityType=='script') ? 'block': 'none'}">
                    <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
                        <tr>
NoSubject's avatar
NoSubject 已提交
70
                            <td class="editTableTitle">{{$.lp.appendToScript}}:</td>
NoSubject's avatar
NoSubject 已提交
71 72 73 74 75 76 77
                            <td class="editTableValue">
                                <div class="MWFScript" name="appendTaskIdentityScript"></div>
                            </td>
                        </tr>
                    </table>
                    <div class="MWFScriptText" name="appendTaskIdentityScriptText"></div><hr />
                </div>
R
roo00 已提交
78
            </div>
NoSubject's avatar
NoSubject 已提交
79 80


NoSubject's avatar
NoSubject 已提交
81 82
            <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
                <tr>
NoSubject's avatar
NoSubject 已提交
83
                    <td class="editTableTitle">{{$.lp.asyncReturn}}:</td>
NoSubject's avatar
NoSubject 已提交
84
                    <td class="editTableValue">
NoSubject's avatar
NoSubject 已提交
85 86
                        <input class="editTableRadio" name="asyncSupported" text{($.asyncSupported===true)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
                        <input class="editTableRadio" name="asyncSupported" text{($.asyncSupported!==true)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
NoSubject's avatar
NoSubject 已提交
87 88 89 90
                    </td>
                </tr>
            </table>
        </div>
R
roo00 已提交
91
    </div>
NoSubject's avatar
NoSubject 已提交
92
    <div title="{{$.lp.expand}}" class="MWFTab" data-o2-advanced="yes">
R
roo00 已提交
93
        <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
NoSubject's avatar
NoSubject 已提交
94
            <tr>
NoSubject's avatar
NoSubject 已提交
95
                <td class="editTableTitle">{{$.lp.decisionGroup}}:</td>
NoSubject's avatar
NoSubject 已提交
96 97
                <td class="editTableValue">
                    <input type="text" name="decisionOpinion" value="text{$.decisionOpinion}" class="editTableInput"/>
NoSubject's avatar
NoSubject 已提交
98
                    <div>{{$.lp.decisionGroupInfo}}</div>
NoSubject's avatar
NoSubject 已提交
99 100 101
                </td>
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
102
                <td class="editTableTitle">{{$.lp.prefRouting}}:</td>
NoSubject's avatar
NoSubject 已提交
103
                <td class="editTableValue" id="text{$.id}sole" >
NoSubject's avatar
NoSubject 已提交
104 105
                    <input class="editTableRadio" name="sole" text{($.sole)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
                    <input class="editTableRadio" name="sole" text{(!$.sole)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
NoSubject's avatar
NoSubject 已提交
106 107
                </td>
            </tr>
108
            <tr>
NoSubject's avatar
NoSubject 已提交
109
                <td class="editTableTitle">{{$.lp.routeNow}}:</td>
110
                <td class="editTableValue" id="text{$.id}sole" >
111 112
                    <input class="editTableRadio" name="soleDirect" text{($.soleDirect===true)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
                    <input class="editTableRadio" name="soleDirect" text{($.soleDirect!==true)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
NoSubject's avatar
NoSubject 已提交
113
                    <br><div style="color: #999999">{{$.lp.routeNowInfo}}</div>
114 115
                </td>
            </tr>
NoSubject's avatar
NoSubject 已提交
116

R
roo00 已提交
117
            <tr>
NoSubject's avatar
NoSubject 已提交
118 119
                <td class="editTableValue" id="text{$.id}passExpired" colspan="2"><b>{{$.lp.autoFlowTime}}: </b><input class="editTableRadio" name="passExpired" text{($.passExpired)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
                    <input class="editTableRadio" name="passExpired" text{(!$.passExpired)?'checked':''} type="radio" value="false"/>{{$.lp.no}}</td>
R
roo00 已提交
120 121
            </tr>
            <tr>
NoSubject's avatar
NoSubject 已提交
122 123
                <td class="editTableValue" id="text{$.id}passSameTarget" colspan="2"><b>{{$.lp.autoFlowPerson}}: </b><input class="editTableRadio" name="passSameTarget" text{($.passSameTarget)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
                    <input class="editTableRadio" name="passSameTarget" text{(!$.passSameTarget)?'checked':''} type="radio" value="false"/>{{$.lp.no}}</td>
R
roo00 已提交
124
            </tr>
R
roo00 已提交
125 126
            <tr>
                <td class="editTableValue" colspan="2">
NoSubject's avatar
NoSubject 已提交
127
                    <div style="height: 24px; line-height: 24px; font-size: 12px; font-weight: bold;">{{$.lp.routeCheck}}: <span style="font-weight: normal;">{{$.lp.routeCheckInfo}}</span></div>
R
roo00 已提交
128 129 130 131 132
                    <div class="MWFScriptText" name="validationScriptText"></div>
                </td>
            </tr>
            <tr>
                <td class="editTableValue" colspan="2">
NoSubject's avatar
NoSubject 已提交
133
                    <div style="height: 24px; line-height: 24px; font-size: 12px; font-weight: bold;">{{$.lp.showName}}: </div>
R
roo00 已提交
134 135 136 137 138
                    <div class="MWFScriptText" name="displayNameScriptText"></div>
                </td>
            </tr>
            <tr>
                <td class="editTableValue" colspan="2">
NoSubject's avatar
NoSubject 已提交
139
                    <div style="height: 24px; line-height: 24px; font-size: 12px; font-weight: bold;">{{$.lp.hideCondition}}: <span style="font-weight: normal;">{{$.lp.hideConditionInfo}}</span></div>
R
roo00 已提交
140 141 142 143
                    <div class="MWFScriptText" name="hiddenScriptText"></div>
                </td>
            </tr>

R
roo00 已提交
144 145
        </table>
    </div>
NoSubject's avatar
NoSubject 已提交
146
    <div title="{{$.lp.select}}" class="MWFTab">
R
roo00 已提交
147 148
        <div class="MWFOrgEditor"></div>
    </div>
R
roo00 已提交
149 150 151 152 153 154 155 156 157 158 159 160 161
    <!--<div title="条件" class="MWFTab MWFRouteCondition" style="display: none">-->

    <!--</div>-->
    <!-- <div title="事件" class="MWFTab">
        <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
          <tr>
            <td class="editTableTitle">流转事件:</td>
            <td class="editTableValue">
                <div class="MWFScript" name="routeScriptIdList"></div>
            </td>
          </tr>
        </table>
    </div>  -->
NoSubject's avatar
NoSubject 已提交
162
</div>