Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
work-order-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xueyuanyuan
work-order-system
Commits
57d1c3eb
Commit
57d1c3eb
authored
Jul 31, 2018
by
洪晓珍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
order config screen
parent
15737fda
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
91 deletions
+17
-91
sysWoConfig.js
js/sysWoConfig.js
+0
-0
woDetail.js
js/woDetail.js
+2
-2
sysWoConfig.html
sysWoConfig.html
+15
-89
No files found.
js/sysWoConfig.js
View file @
57d1c3eb
This diff is collapsed.
Click to expand it.
js/woDetail.js
View file @
57d1c3eb
...
@@ -172,7 +172,7 @@ jQuery(document).ready(function ($) {
...
@@ -172,7 +172,7 @@ jQuery(document).ready(function ($) {
var
data
=
JSON
.
stringify
(
var
data
=
JSON
.
stringify
(
{
{
"woId"
:
woId
,
"woId"
:
woId
,
"processUid"
:
1
"processUid"
:
1
//当前用户
}
}
);
);
$
.
ajax
({
$
.
ajax
({
...
@@ -190,7 +190,7 @@ jQuery(document).ready(function ($) {
...
@@ -190,7 +190,7 @@ jQuery(document).ready(function ($) {
var
data
=
JSON
.
stringify
(
var
data
=
JSON
.
stringify
(
{
{
"fieldValue"
:
woId
,
"fieldValue"
:
woId
,
"processUid"
:
1
,
"processUid"
:
1
,
//当前用户
"tableName"
:
auditTableName
"tableName"
:
auditTableName
}
}
);
);
...
...
sysWoConfig.html
View file @
57d1c3eb
...
@@ -152,13 +152,13 @@
...
@@ -152,13 +152,13 @@
<p>
<p>
<span>
归属部门:
</span>
<span>
归属部门:
</span>
<select
name=
"department"
v-model=
"deptId"
>
<select
name=
"department"
v-model=
"deptId"
>
<option
v-for=
"(item,index) in dept
Names"
:value=
'index'
>
{{item.text
}}
<option
v-for=
"(item,index) in dept
s"
:value=
'item.deptId'
>
{{item.deptName
}}
</option>
</option>
</select>
</select>
</p>
</p>
<p>
<p>
<span>
工单ID:
</span>
<span>
工单
规则
ID:
</span>
<input
type=
"text"
v-model=
"
wo
Id"
>
<input
type=
"text"
v-model=
"
cfg
Id"
>
</p>
</p>
<p
class=
"btns"
>
<p
class=
"btns"
>
<button
type=
"button"
class=
"btn btn-primary"
@
click=
"querySysCfg"
>
查询
</button>
<button
type=
"button"
class=
"btn btn-primary"
@
click=
"querySysCfg"
>
查询
</button>
...
@@ -172,8 +172,8 @@
...
@@ -172,8 +172,8 @@
<th>
归属部门
</th>
<th>
归属部门
</th>
<th>
工单类型
</th>
<th>
工单类型
</th>
<th>
紧急程度
</th>
<th>
紧急程度
</th>
<th>
工单时效
</th>
<th>
工单时效
(分)
</th>
<th>
倒计时
</th>
<th>
倒计时
提醒(分)
</th>
<th>
派发上限
</th>
<th>
派发上限
</th>
<th>
操作
</th>
<th>
操作
</th>
</tr>
</tr>
...
@@ -183,10 +183,10 @@
...
@@ -183,10 +183,10 @@
<tr
v-for=
"sysCfg in sysCfgList"
v-bind:key=
"sysCfg.id"
>
<tr
v-for=
"sysCfg in sysCfgList"
v-bind:key=
"sysCfg.id"
>
<td
scope=
"row"
>
{{sysCfg.id}}
</td>
<td
scope=
"row"
>
{{sysCfg.id}}
</td>
<td>
{{sysCfg.deptName}}
</td>
<td>
{{sysCfg.deptName}}
</td>
<td>
{{sysCfg.woType}}
</td>
<td>
{{sysCfg.woType
Display
}}
</td>
<td>
{{sysCfg.urgentLevel}}
</td>
<td>
{{sysCfg.urgentLevel
Display
}}
</td>
<td>
{{sysCfg.duringTime}}
</td>
<td>
{{sysCfg.duringTime}}
</td>
<td>
{{sysCfg.
counter
}}
</td>
<td>
{{sysCfg.
remindTime
}}
</td>
<td>
{{sysCfg.assignLimit}}
</td>
<td>
{{sysCfg.assignLimit}}
</td>
<td><a
href=
"#"
@
click=
"sysCfgDetail(sysCfg)"
>
编辑
</a><a
href=
"#"
@
click=
"queryAuditTrace(sysCfg)"
>
操作日志
</a></td>
<td><a
href=
"#"
@
click=
"sysCfgDetail(sysCfg)"
>
编辑
</a><a
href=
"#"
@
click=
"queryAuditTrace(sysCfg)"
>
操作日志
</a></td>
</tr>
</tr>
...
@@ -204,14 +204,14 @@
...
@@ -204,14 +204,14 @@
<div
class=
"row1"
>
<div
class=
"row1"
>
<span>
一级部门:
</span>
<span>
一级部门:
</span>
<select
name=
""
v-model=
"addDeptId"
>
<select
name=
""
v-model=
"addDeptId"
>
<option
v-for=
"(item,index) in dept
Names"
:value=
'index'
>
{{item.text
}}
<option
v-for=
"(item,index) in dept
s"
:value=
'item.deptId'
>
{{item.deptName
}}
</option>
</option>
</select>
</select>
</div>
</div>
<div
class=
"row2"
>
<div
class=
"row2"
>
<span>
工单类型:
</span>
<span>
工单类型:
</span>
<select
name=
""
v-model=
"addWoType"
>
<select
name=
""
v-model=
"addWoType"
>
<option
v-for=
"(item,index) in woTypes"
:value=
'i
ndex
'
>
{{item.text}}
<option
v-for=
"(item,index) in woTypes"
:value=
'i
tem.value
'
>
{{item.text}}
</option>
</option>
</select>
</select>
</div>
</div>
...
@@ -255,88 +255,14 @@
...
@@ -255,88 +255,14 @@
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr
class=
"active"
v-for=
"audit in auditDetails"
v-bind:key =
"audit.id"
>
<td>
陈小钱
</td>
<td>
{{ audit.operatorName }}
</td>
<td>
2018.12.28 22:22:31
</td>
<td>
{{ audit.operateTime }}
</td>
<td>
编辑
</td>
<td>
{{ audit.actionType }}
</td>
<td>
对工单时效进行了操作原值“10”新值“20”
</td>
<td>
{{ audit.actionDetail }}
</td>
</tr>
<tr>
<td>
陈小钱
</td>
<td>
2018.12.28 22:22:31
</td>
<td>
编辑
</td>
<td>
对工单时效进行了操作原值“10”新值“20”
</td>
</tr>
<tr>
<td>
陈小钱
</td>
<td>
2018.12.28 22:22:31
</td>
<td>
编辑
</td>
<td>
对工单时效进行了操作原值“10”新值“20”
</td>
</tr>
<tr>
<td>
陈小钱
</td>
<td>
2018.12.28 22:22:31
</td>
<td>
编辑
</td>
<td>
对工单时效进行了操作原值“10”新值“20”
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<!--<table class="table table4">
<thead>
<tr>
<th>新增系统工单规则</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="row1">
<span>一级部门:</span>
<select name="" id="">
<option value="">好柿</option>
<option value="">心暖</option>
<option value="">电商</option>
<option value="">客服</option>
</select>
</div>
<div class="row2">
<span>工单类型:</span>
<select name="" id="">
<option value="">回访工单</option>
<option value="">预定工单</option>
</select>
</div>
<div class="row3">
<span>紧急程度:</span>
<select name="" id="">
<option value="">一般</option>
<option value="">紧急</option>
<option value="">非常紧急</option>
</select>
</div>
<div class="row4">
<span>工单时效:</span>
<input type="text">小时
<input type="text">分钟
<i>为空值则不限定时间</i>
</div>
<div class="row5">
<span>提醒时间:</span>
<input type="text">分钟
<i>为空值则不提醒</i>
</div>
<div class="row6">
<span>派发上限:</span>
<input type="text">
<i>即每个角色当天可接收工单上限,为空值则不限定上限</i>
</div>
<div class="row7">
<button class="btn btn-default" type="submit">保存</button>
</div>
</td>
</tr>
</tbody>
</table>-->
</div>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment