Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fukang-project-kb
Project
Project
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
bos-project-kb
fukang-project-kb
Commits
9f21e9f9
Commit
9f21e9f9
authored
Sep 08, 2026
by
卢锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue-ledger: 更新阜康问题清单看板 (ISS-fukang-2863)
parent
5d24585a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
140 additions
and
0 deletions
+140
-0
阜康问题清单_看板.html
issues-ledger/阜康问题清单_看板.html
+140
-0
No files found.
issues-ledger/阜康问题清单_看板.html
0 → 100644
View file @
9f21e9f9
<!DOCTYPE html>
<html
lang=
"zh"
><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
>
<title>
周例会 · 阜康问题清单 Ledger 看板
</title>
<style>
*
{
box-sizing
:
border-box
}
body
{
margin
:
0
;
font-family
:
-apple-system
,
"Segoe UI"
,
"Microsoft YaHei"
,
sans-serif
;
background
:
#0f1115
;
color
:
#e7e9ee
;
font-size
:
14px
}
.wrap
{
max-width
:
1280px
;
margin
:
0
auto
;
padding
:
20px
}
h1
{
font-size
:
22px
;
margin
:
0
0
2px
}
.sub
{
color
:
#8b93a7
;
font-size
:
13px
;
margin-bottom
:
18px
}
.sec
{
font-size
:
13px
;
letter-spacing
:
2px
;
color
:
#8b93a7
;
margin
:
22px
0
10px
;
text-transform
:
uppercase
}
.cards
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
12px
}
.card
{
background
:
#171a21
;
border
:
1px
solid
#232734
;
border-radius
:
10px
;
padding
:
14px
16px
;
min-width
:
150px
;
flex
:
1
}
.card
.n
{
font-size
:
26px
;
font-weight
:
700
}
.card
.l
{
color
:
#8b93a7
;
font-size
:
12px
;
margin-top
:
3px
}
.card.bad
{
border-color
:
#5a2330
;
background
:
#1d1417
}
.card.bad
.n
{
color
:
#ff6b81
}
.card.good
{
border-color
:
#1f4a36
}
.card.good
.n
{
color
:
#48d597
}
.card
.why
{
color
:
#6f7689
;
font-size
:
11px
;
margin-top
:
6px
;
line-height
:
1.4
}
.bar
{
height
:
8px
;
background
:
#232734
;
border-radius
:
4px
;
overflow
:
hidden
;
margin-top
:
6px
}
.bar
>
i
{
display
:
block
;
height
:
100%
}
.row2
{
display
:
grid
;
grid-template-columns
:
1
fr
1
fr
;
gap
:
16px
}
@media
(
max-width
:
820px
){
.row2
{
grid-template-columns
:
1
fr
}}
.panel
{
background
:
#171a21
;
border
:
1px
solid
#232734
;
border-radius
:
10px
;
padding
:
14px
16px
}
.dist
.item
{
display
:
flex
;
align-items
:
center
;
gap
:
10px
;
margin
:
7px
0
;
font-size
:
13px
}
.dist
.item
span
:first-child
{
width
:
96px
;
color
:
#b9c0d0
}
.dist
.item
span
:last-child
{
width
:
34px
;
text-align
:
right
;
color
:
#8b93a7
}
.dist
.item
.bar
{
flex
:
1
}
.controls
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
8px
;
margin
:
14px
0
}
select
,
input
{
background
:
#171a21
;
color
:
#e7e9ee
;
border
:
1px
solid
#2a2f3d
;
border-radius
:
7px
;
padding
:
7px
10px
;
font-size
:
13px
}
input
{
flex
:
1
;
min-width
:
180px
}
.chk
{
display
:
flex
;
align-items
:
center
;
gap
:
5px
;
color
:
#b9c0d0
;
font-size
:
13px
;
padding
:
6px
8px
}
table
{
width
:
100%
;
border-collapse
:
collapse
;
margin-top
:
6px
}
th
,
td
{
text-align
:
left
;
padding
:
8px
9px
;
border-bottom
:
1px
solid
#20242e
;
font-size
:
13px
;
vertical-align
:
top
}
th
{
color
:
#8b93a7
;
font-weight
:
600
;
cursor
:
pointer
;
user-select
:
none
;
position
:
sticky
;
top
:
0
;
background
:
#0f1115
;
z-index
:
1
}
tr
.issue
{
cursor
:
pointer
}
tr
.issue
:hover
{
background
:
#171a21
}
.pill
{
display
:
inline-block
;
padding
:
2px
8px
;
border-radius
:
11px
;
font-size
:
11px
;
font-weight
:
600
;
white-space
:
nowrap
}
.f-
已完成
{
background
:
#103a28
;
color
:
#48d597
}
.f-
待用户验证
{
background
:
#3d3414
;
color
:
#e8c24b
}
.f-
进行中
{
background
:
#16304d
;
color
:
#5fa8ff
}
.f-
进行中
(
返工
)
{
background
:
#3d2414
;
color
:
#ff9b54
}
.f-
未开始
{
background
:
#262a36
;
color
:
#9aa3b5
}
.f-
已关闭
{
background
:
#22262f
;
color
:
#6f7689
}
.pr-
高
{
color
:
#ff6b81
;
font-weight
:
700
}
.pr-
中
{
color
:
#e8c24b
}
.pr-
低
{
color
:
#8b93a7
}
.od
{
color
:
#ff6b81
;
font-weight
:
700
}
.detail
{
background
:
#12151b
}
.detail
td
{
padding
:
0
}
.dbox
{
padding
:
14px
18px
}
.log
{
border-left
:
2px
solid
#2a2f3d
;
margin-left
:
6px
;
padding-left
:
14px
}
.log
.e
{
margin
:
9px
0
;
font-size
:
13px
;
line-height
:
1.45
}
.log
.meta
{
color
:
#6f7689
;
font-size
:
11px
}
.log
.meta
b
{
color
:
#9aa3b5
;
font-weight
:
600
}
.kv
{
color
:
#8b93a7
;
font-size
:
12px
;
margin
:
4px
0
}
.tag
{
display
:
inline-block
;
background
:
#202637
;
color
:
#8fb0ff
;
border-radius
:
5px
;
padding
:
1px
7px
;
font-size
:
11px
;
margin-right
:
5px
}
.note
{
color
:
#6f7689
;
font-size
:
12px
;
margin-top
:
4px
}
.foot
{
color
:
#5b6172
;
font-size
:
11px
;
margin
:
24px
0
8px
;
text-align
:
center
}
</style></head><body><div
class=
"wrap"
>
<h1>
周例会 · 阜康问题清单 Ledger 看板
</h1>
<div
class=
"sub"
id=
"sub"
></div>
<div
class=
"sec"
>
① 汇总概览
</div>
<div
class=
"cards"
id=
"audit"
></div>
<div
class=
"sec"
>
② 可信汇总(由 120 个对象派生)
</div>
<div
class=
"row2"
>
<div
class=
"panel"
><div
class=
"cards"
id=
"topnums"
></div></div>
<div
class=
"panel dist"
id=
"fsdist"
></div>
</div>
<div
class=
"row2"
style=
"margin-top:16px"
>
<div
class=
"panel dist"
id=
"ownerdist"
><div
class=
"sec"
style=
"margin:0 0 8px"
>
各责任顾问 · 未关闭(调度)
</div></div>
<div
class=
"panel dist"
id=
"pridist"
><div
class=
"sec"
style=
"margin:0 0 8px"
>
按优先级
</div></div>
</div>
<div
class=
"sec"
>
③ 工作台 — 点任意一行看 append-only 进展日志
</div>
<div
class=
"controls"
>
<select
id=
"f_owner"
></select><select
id=
"f_final"
></select><select
id=
"f_pri"
></select>
<input
id=
"f_q"
placeholder=
"搜索描述/标题/编号…"
>
<label
class=
"chk"
><input
type=
"checkbox"
id=
"f_od"
>
只看超期
</label>
<label
class=
"chk"
><input
type=
"checkbox"
id=
"f_open"
checked
>
只看未关闭
</label>
</div>
<table><thead><tr>
<th
data-k=
"id"
>
编号
</th><th
data-k=
"owner"
>
责任顾问
</th><th
data-k=
"priority"
>
优先级
</th>
<th
data-k=
"final"
>
最终状态
</th><th
data-k=
"plan"
>
计划完成
</th><th
data-k=
"nlog"
>
进展
</th><th
data-k=
"title"
>
标题
</th>
</tr></thead><tbody
id=
"tb"
></tbody></table>
<div
class=
"foot"
id=
"foot"
></div>
</div>
<script>
const
DATA
=
[{
"id"
:
"ISS-fukang-021"
,
"owner"
:
"卢锋"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-07-17"
,
"overdue"
:
false
,
"desc"
:
"阜康-ZFI013报表问题处理
\
nZFI013报表问题处理"
,
"desc_html"
:
"阜康-ZFI013报表问题处理
\
u003cbr
\
u003eZFI013报表问题处理"
,
"plan_txt"
:
""
,
"title"
:
"阜康-ZFI013报表问题处理 ZFI013报表"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1028"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-01"
,
"overdue"
:
false
,
"desc"
:
"浙江阜康资产主数据105贷项发票凭证没有减少,APC购置价值不对
\
n浙江阜康资产主数据105贷项发票凭证没有减少,APC购置价值不对
\
n[图片]
\
n拷贝系统之后再测试机模拟进行冲销或者调整都不行,因为资产价值已经归0
\
n[图片]
\
n需要打开负值记账才能冲销这笔业务
\
n待用户确认"
,
"desc_html"
:
"浙江阜康资产主数据105贷项发票凭证没有减少,APC购置价值不对
\
u003cbr
\
u003e浙江阜康资产主数据105贷项发票凭证没有减少,APC购置价值不对
\
u003cbr
\
u003e[图片]
\
u003cbr
\
u003e拷贝系统之后再测试机模拟进行冲销或者调整都不行,因为资产价值已经归0
\
u003cbr
\
u003e[图片]
\
u003cbr
\
u003e需要打开负值记账才能冲销这笔业务
\
u003cbr
\
u003e待用户确认"
,
"plan_txt"
:
""
,
"title"
:
"浙江阜康资产主数据105贷项发票凭证没有减少,A"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1031"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-01"
,
"overdue"
:
false
,
"desc"
:
"浙江阜康月结支持
\
n浙江阜康月结过程中出现进程占满无法正常后台运行折旧的问题
\
n也是后台作业检验批接口SAP-
\
u003e金蝶的影响,先取消这个作业
\
n气体分摊的时候发现采购订单上成本中心选错:代码:81000406正确,他们选的81000404
\
n建议联系业务看下是否可以冲销重新做下"
,
"desc_html"
:
"浙江阜康月结支持
\
u003cbr
\
u003e浙江阜康月结过程中出现进程占满无法正常后台运行折旧的问题
\
u003cbr
\
u003e也是后台作业检验批接口SAP-
\
u003e金蝶的影响,先取消这个作业
\
u003cbr
\
u003e气体分摊的时候发现采购订单上成本中心选错:代码:81000406正确,他们选的81000404
\
u003cbr
\
u003e建议联系业务看下是否可以冲销重新做下"
,
"plan_txt"
:
""
,
"title"
:
"浙江阜康月结支持 浙江阜康月结过程中出现进程占满"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1032"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-01"
,
"overdue"
:
false
,
"desc"
:
"越南阜康月结支持
\
n越南阜康月结支持和2025年年结远程支持操作
\
n后台job被进程占满无法操作引起
\
n发票5400045256金额为0,建议删除重新做下"
,
"desc_html"
:
"越南阜康月结支持
\
u003cbr
\
u003e越南阜康月结支持和2025年年结远程支持操作
\
u003cbr
\
u003e后台job被进程占满无法操作引起
\
u003cbr
\
u003e发票5400045256金额为0,建议删除重新做下"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康月结支持 越南阜康月结支持和2025年年"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1434"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-16"
,
"overdue"
:
false
,
"desc"
:
"越南阜康批量处理物料S+2变为S+3
\
n越南阜康批量处理物料S+2变为S+3"
,
"desc_html"
:
"越南阜康批量处理物料S+2变为S+3
\
u003cbr
\
u003e越南阜康批量处理物料S+2变为S+3"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康批量处理物料S+2变为S+3 越南阜康批"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1459"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-03-30"
,
"overdue"
:
false
,
"desc"
:
"越南阜康 增计折旧,配置调整
\
n越南阜康 增计折旧,配置调整"
,
"desc_html"
:
"越南阜康 增计折旧,配置调整
\
u003cbr
\
u003e越南阜康 增计折旧,配置调整"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康 增计折旧,配置调整 越南阜康 增计折旧"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1475"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-03-03"
,
"overdue"
:
false
,
"desc"
:
"越南阜康月结问题物料成本异常处理
\
n越南阜康月结问题物料成本异常处理
\
nCKMM改特殊库存模式下的2-V 到3-S
\
n再改标准模式下的2-V 到3-S
\
n冲销物料账结账凭证,重新跑结账凭证
\
n[图片]"
,
"desc_html"
:
"越南阜康月结问题物料成本异常处理
\
u003cbr
\
u003e越南阜康月结问题物料成本异常处理
\
u003cbr
\
u003eCKMM改特殊库存模式下的2-V 到3-S
\
u003cbr
\
u003e再改标准模式下的2-V 到3-S
\
u003cbr
\
u003e冲销物料账结账凭证,重新跑结账凭证
\
u003cbr
\
u003e[图片]"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康月结问题物料成本异常处理 越南阜康月结问"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1479"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-06"
,
"overdue"
:
false
,
"desc"
:
"浙江阜康 105发票年的贷项凭证引起的资产价值不变更的问题追踪
\
n浙江阜康 105发票年的贷项凭证引起的资产价值不变更的问题追踪
\
n找到问题根源是配置多设了个按钮,已经调整配置取消
\
n电汇TT付款条件维护等"
,
"desc_html"
:
"浙江阜康 105发票年的贷项凭证引起的资产价值不变更的问题追踪
\
u003cbr
\
u003e浙江阜康 105发票年的贷项凭证引起的资产价值不变更的问题追踪
\
u003cbr
\
u003e找到问题根源是配置多设了个按钮,已经调整配置取消
\
u003cbr
\
u003e电汇TT付款条件维护等"
,
"plan_txt"
:
""
,
"title"
:
"浙江阜康 105发票年的贷项凭证引起的资产价值不"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1494"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-06"
,
"overdue"
:
false
,
"desc"
:
"越南阜康 资产因105发票的贷项凭证冲销资产净值没有冲销问题查找和解决方案
\
n需要改配置调整折旧
\
n测试调整和编写操作手册给用户"
,
"desc_html"
:
"越南阜康 资产因105发票的贷项凭证冲销资产净值没有冲销问题查找和解决方案
\
u003cbr
\
u003e需要改配置调整折旧
\
u003cbr
\
u003e测试调整和编写操作手册给用户"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康 资产因105发票的贷项凭证冲销资产净值"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1509"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-10"
,
"overdue"
:
false
,
"desc"
:
"阜康-ZPP044和ZPP004调整
\
n阜康-ZPP044和ZPP004调整"
,
"desc_html"
:
"阜康-ZPP044和ZPP004调整
\
u003cbr
\
u003e阜康-ZPP044和ZPP004调整"
,
"plan_txt"
:
""
,
"title"
:
"阜康-ZPP044和ZPP004调整 阜康-ZP"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1527"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-06"
,
"overdue"
:
false
,
"desc"
:
"阜康资产数据问题查找
\
n阜康资产数据问题查找"
,
"desc_html"
:
"阜康资产数据问题查找
\
u003cbr
\
u003e阜康资产数据问题查找"
,
"plan_txt"
:
""
,
"title"
:
"阜康资产数据问题查找 阜康资产数据问题查找"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1536"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-04"
,
"overdue"
:
false
,
"desc"
:
"阜康打印配置
\
n阜康打印配置"
,
"desc_html"
:
"阜康打印配置
\
u003cbr
\
u003e阜康打印配置"
,
"plan_txt"
:
""
,
"title"
:
"阜康打印配置 阜康打印配置"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1656"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-16"
,
"overdue"
:
false
,
"desc"
:
"阜康-增强添加排除逻辑和ZPP044的库存逻辑调整
\
n阜康-增强添加排除逻辑和ZPP044的库存逻辑调整"
,
"desc_html"
:
"阜康-增强添加排除逻辑和ZPP044的库存逻辑调整
\
u003cbr
\
u003e阜康-增强添加排除逻辑和ZPP044的库存逻辑调整"
,
"plan_txt"
:
""
,
"title"
:
"阜康-增强添加排除逻辑和ZPP044的库存逻辑调"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-179"
,
"owner"
:
"卢锋"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-06-25"
,
"overdue"
:
false
,
"desc"
:
"阜康-ZPP040库龄周期分析报表/ZPP007生产计划达成率报表问题处理
\
nZPP040库龄周期分析报表/ZPP007生产计划达成率报表问题处理"
,
"desc_html"
:
"阜康-ZPP040库龄周期分析报表/ZPP007生产计划达成率报表问题处理
\
u003cbr
\
u003eZPP040库龄周期分析报表/ZPP007生产计划达成率报表问题处理"
,
"plan_txt"
:
""
,
"title"
:
"阜康-ZPP040库龄周期分析报表/ZPP007"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1933"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-30"
,
"overdue"
:
false
,
"desc"
:
"销售订单装运点问题处理
\
n修正主数据"
,
"desc_html"
:
"销售订单装运点问题处理
\
u003cbr
\
u003e修正主数据"
,
"plan_txt"
:
""
,
"title"
:
"销售订单装运点问题处理 修正主数据"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1956"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-23"
,
"overdue"
:
false
,
"desc"
:
"阜康-ZPP044
\
n阜康 ZPP044问题修改"
,
"desc_html"
:
"阜康-ZPP044
\
u003cbr
\
u003e阜康 ZPP044问题修改"
,
"plan_txt"
:
""
,
"title"
:
"阜康-ZPP044 阜康 ZPP044问题修改"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1960"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-21"
,
"overdue"
:
false
,
"desc"
:
"阜康-删除ZPPT005表调整
\
n删除ZPPT005表,删除过慢,程序调整"
,
"desc_html"
:
"阜康-删除ZPPT005表调整
\
u003cbr
\
u003e删除ZPPT005表,删除过慢,程序调整"
,
"plan_txt"
:
""
,
"title"
:
"阜康-删除ZPPT005表调整 删除ZPPT00"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-1981"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-18"
,
"overdue"
:
false
,
"desc"
:
"阜康-备料单打印
\
n备料单打印报表开发"
,
"desc_html"
:
"阜康-备料单打印
\
u003cbr
\
u003e备料单打印报表开发"
,
"plan_txt"
:
""
,
"title"
:
"阜康-备料单打印 备料单打印报表开发"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2122"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-12"
,
"overdue"
:
false
,
"desc"
:
"客户编号冻结
\
nSOP指导以及冻结操作"
,
"desc_html"
:
"客户编号冻结
\
u003cbr
\
u003eSOP指导以及冻结操作"
,
"plan_txt"
:
""
,
"title"
:
"客户编号冻结 SOP指导以及冻结操作"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2123"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"未分类"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-16"
,
"overdue"
:
false
,
"desc"
:
"付款条件问题处理
\
n特殊控制导致"
,
"desc_html"
:
"付款条件问题处理
\
u003cbr
\
u003e特殊控制导致"
,
"plan_txt"
:
""
,
"title"
:
"付款条件问题处理 特殊控制导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2128"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-13"
,
"overdue"
:
false
,
"desc"
:
"阜康月结在制品问题调整处理方法操作手册编写
\
n阜康月结在制品问题调整处理方法操作手册编写"
,
"desc_html"
:
"阜康月结在制品问题调整处理方法操作手册编写
\
u003cbr
\
u003e阜康月结在制品问题调整处理方法操作手册编写"
,
"plan_txt"
:
""
,
"title"
:
"阜康月结在制品问题调整处理方法操作手册编写 阜康"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2142"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-03"
,
"overdue"
:
false
,
"desc"
:
"采购订单物料描述异常
\
n检查引起的原因操作导致"
,
"desc_html"
:
"采购订单物料描述异常
\
u003cbr
\
u003e检查引起的原因操作导致"
,
"plan_txt"
:
""
,
"title"
:
"采购订单物料描述异常 检查引起的原因操作导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2143"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-24"
,
"overdue"
:
false
,
"desc"
:
"ZPP044打印逻辑修改
\
n按照ZPP036程序重新修改,并且修改选择界面逻辑"
,
"desc_html"
:
"ZPP044打印逻辑修改
\
u003cbr
\
u003e按照ZPP036程序重新修改,并且修改选择界面逻辑"
,
"plan_txt"
:
""
,
"title"
:
"ZPP044打印逻辑修改 按照ZPP036程序重"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2144"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-05"
,
"overdue"
:
false
,
"desc"
:
"MB51按单生产物料价值逻辑查询
\
n检查数据源"
,
"desc_html"
:
"MB51按单生产物料价值逻辑查询
\
u003cbr
\
u003e检查数据源"
,
"plan_txt"
:
""
,
"title"
:
"MB51按单生产物料价值逻辑查询 检查数据源"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2145"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-19"
,
"overdue"
:
false
,
"desc"
:
"发票校验移动平均价为负问题处理
\
n检查原因由于免费收货发票校验金额分位差引起"
,
"desc_html"
:
"发票校验移动平均价为负问题处理
\
u003cbr
\
u003e检查原因由于免费收货发票校验金额分位差引起"
,
"plan_txt"
:
""
,
"title"
:
"发票校验移动平均价为负问题处理 检查原因由于免费"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2146"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-24"
,
"overdue"
:
false
,
"desc"
:
"采购订单删除行恢复
\
n操作指引"
,
"desc_html"
:
"采购订单删除行恢复
\
u003cbr
\
u003e操作指引"
,
"plan_txt"
:
""
,
"title"
:
"采购订单删除行恢复 操作指引"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2147"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-27"
,
"overdue"
:
false
,
"desc"
:
"预制发票接口问题处理
\
n根据接口内容排查单据和数据问题"
,
"desc_html"
:
"预制发票接口问题处理
\
u003cbr
\
u003e根据接口内容排查单据和数据问题"
,
"plan_txt"
:
""
,
"title"
:
"预制发票接口问题处理 根据接口内容排查单据和数据"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2148"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-05"
,
"overdue"
:
false
,
"desc"
:
"采购申请物料描述没变更
\
n历史单据需要人工变更,操作指引"
,
"desc_html"
:
"采购申请物料描述没变更
\
u003cbr
\
u003e历史单据需要人工变更,操作指引"
,
"plan_txt"
:
""
,
"title"
:
"采购申请物料描述没变更 历史单据需要人工变更,操"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2149"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-19"
,
"overdue"
:
false
,
"desc"
:
"按单库存金额和单价不一致问题处理
\
n查找原因并给出结果"
,
"desc_html"
:
"按单库存金额和单价不一致问题处理
\
u003cbr
\
u003e查找原因并给出结果"
,
"plan_txt"
:
""
,
"title"
:
"按单库存金额和单价不一致问题处理 查找原因并给出"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2150"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-05"
,
"overdue"
:
false
,
"desc"
:
"越南语打印乱码问题处理
\
n配合开发一起处理"
,
"desc_html"
:
"越南语打印乱码问题处理
\
u003cbr
\
u003e配合开发一起处理"
,
"plan_txt"
:
""
,
"title"
:
"越南语打印乱码问题处理 配合开发一起处理"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2151"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-24"
,
"overdue"
:
false
,
"desc"
:
"ZPP034增加语言代码
\
n程序修改"
,
"desc_html"
:
"ZPP034增加语言代码
\
u003cbr
\
u003e程序修改"
,
"plan_txt"
:
""
,
"title"
:
"ZPP034增加语言代码 程序修改"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2152"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-13"
,
"overdue"
:
false
,
"desc"
:
"越南物料检验视图不起作用问题处理
\
n操作引起主数据不完整,重新操作指引"
,
"desc_html"
:
"越南物料检验视图不起作用问题处理
\
u003cbr
\
u003e操作引起主数据不完整,重新操作指引"
,
"plan_txt"
:
""
,
"title"
:
"越南物料检验视图不起作用问题处理 操作引起主数据"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2175"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-05"
,
"overdue"
:
false
,
"desc"
:
"ZPP028格式调整
\
n变量调整"
,
"desc_html"
:
"ZPP028格式调整
\
u003cbr
\
u003e变量调整"
,
"plan_txt"
:
""
,
"title"
:
"ZPP028格式调整 变量调整"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2176"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-07"
,
"overdue"
:
false
,
"desc"
:
"增加物料组配置
\
n配置调整"
,
"desc_html"
:
"增加物料组配置
\
u003cbr
\
u003e配置调整"
,
"plan_txt"
:
""
,
"title"
:
"增加物料组配置 配置调整"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2177"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-30"
,
"overdue"
:
false
,
"desc"
:
"发票冲销处理
\
n销售发票冲销"
,
"desc_html"
:
"发票冲销处理
\
u003cbr
\
u003e销售发票冲销"
,
"plan_txt"
:
""
,
"title"
:
"发票冲销处理 销售发票冲销"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2178"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-31"
,
"overdue"
:
false
,
"desc"
:
"系统无法报工处理
\
n系统重启和JOB关闭"
,
"desc_html"
:
"系统无法报工处理
\
u003cbr
\
u003e系统重启和JOB关闭"
,
"plan_txt"
:
""
,
"title"
:
"系统无法报工处理 系统重启和JOB关闭"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2179"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-31"
,
"overdue"
:
false
,
"desc"
:
"MIR7报错处理
\
n差异调整"
,
"desc_html"
:
"MIR7报错处理
\
u003cbr
\
u003e差异调整"
,
"plan_txt"
:
""
,
"title"
:
"MIR7报错处理 差异调整"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2180"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-02"
,
"overdue"
:
false
,
"desc"
:
"采购需求量MRP结果处理
\
n重跑产生"
,
"desc_html"
:
"采购需求量MRP结果处理
\
u003cbr
\
u003e重跑产生"
,
"plan_txt"
:
""
,
"title"
:
"采购需求量MRP结果处理 重跑产生"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2181"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-06"
,
"overdue"
:
false
,
"desc"
:
"物料不能采购问题
\
n物料没扩展成功"
,
"desc_html"
:
"物料不能采购问题
\
u003cbr
\
u003e物料没扩展成功"
,
"plan_txt"
:
""
,
"title"
:
"物料不能采购问题 物料没扩展成功"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2182"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-01-27"
,
"overdue"
:
false
,
"desc"
:
"期间库存咨询
\
n用法解释"
,
"desc_html"
:
"期间库存咨询
\
u003cbr
\
u003e用法解释"
,
"plan_txt"
:
""
,
"title"
:
"期间库存咨询 用法解释"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2183"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"跟踪类问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-01"
,
"overdue"
:
false
,
"desc"
:
"月结支持
\
n月结作业以及异常处理"
,
"desc_html"
:
"月结支持
\
u003cbr
\
u003e月结作业以及异常处理"
,
"plan_txt"
:
""
,
"title"
:
"月结支持 月结作业以及异常处理"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2184"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-04"
,
"overdue"
:
false
,
"desc"
:
"采购订单信息咨询
\
n字段格式咨询"
,
"desc_html"
:
"采购订单信息咨询
\
u003cbr
\
u003e字段格式咨询"
,
"plan_txt"
:
""
,
"title"
:
"采购订单信息咨询 字段格式咨询"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2185"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-05"
,
"overdue"
:
false
,
"desc"
:
"ZPPT026缺少看板数据
\
n程序检查"
,
"desc_html"
:
"ZPPT026缺少看板数据
\
u003cbr
\
u003e程序检查"
,
"plan_txt"
:
""
,
"title"
:
"ZPPT026缺少看板数据 程序检查"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2186"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-12"
,
"overdue"
:
false
,
"desc"
:
"采购订单发票差异
\
n价差问题查询和处理"
,
"desc_html"
:
"采购订单发票差异
\
u003cbr
\
u003e价差问题查询和处理"
,
"plan_txt"
:
""
,
"title"
:
"采购订单发票差异 价差问题查询和处理"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2187"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-12"
,
"overdue"
:
false
,
"desc"
:
"检验批不下发问题处理
\
n后台作业异常导致"
,
"desc_html"
:
"检验批不下发问题处理
\
u003cbr
\
u003e后台作业异常导致"
,
"plan_txt"
:
""
,
"title"
:
"检验批不下发问题处理 后台作业异常导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2188"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-25"
,
"overdue"
:
false
,
"desc"
:
"采购订单无法下单
\
n价格差异问题调差"
,
"desc_html"
:
"采购订单无法下单
\
u003cbr
\
u003e价格差异问题调差"
,
"plan_txt"
:
""
,
"title"
:
"采购订单无法下单 价格差异问题调差"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2189"
,
"owner"
:
"梁永处"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-26"
,
"overdue"
:
false
,
"desc"
:
"采购信息记录报表差异问题处理
\
n程序和数据调查"
,
"desc_html"
:
"采购信息记录报表差异问题处理
\
u003cbr
\
u003e程序和数据调查"
,
"plan_txt"
:
""
,
"title"
:
"采购信息记录报表差异问题处理 程序和数据调查"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2190"
,
"owner"
:
"郎金春"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"跟踪类问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-02-27"
,
"overdue"
:
false
,
"desc"
:
"中台单据处理
\
n单据无法删除,检查服务器"
,
"desc_html"
:
"中台单据处理
\
u003cbr
\
u003e单据无法删除,检查服务器"
,
"plan_txt"
:
""
,
"title"
:
"中台单据处理 单据无法删除,检查服务器"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2212"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-08"
,
"overdue"
:
false
,
"desc"
:
"越南订单物料描述和主数据不同
\
n原因查询"
,
"desc_html"
:
"越南订单物料描述和主数据不同
\
u003cbr
\
u003e原因查询"
,
"plan_txt"
:
""
,
"title"
:
"越南订单物料描述和主数据不同 原因查询"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2213"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-12"
,
"overdue"
:
false
,
"desc"
:
"跨车间看板卡无法创建
\
n原因查找和处理方法"
,
"desc_html"
:
"跨车间看板卡无法创建
\
u003cbr
\
u003e原因查找和处理方法"
,
"plan_txt"
:
""
,
"title"
:
"跨车间看板卡无法创建 原因查找和处理方法"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2214"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-16"
,
"overdue"
:
false
,
"desc"
:
"越南个别物料没有采购需求
\
n原因查找和处理"
,
"desc_html"
:
"越南个别物料没有采购需求
\
u003cbr
\
u003e原因查找和处理"
,
"plan_txt"
:
""
,
"title"
:
"越南个别物料没有采购需求 原因查找和处理"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2215"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-19"
,
"overdue"
:
false
,
"desc"
:
"越南订单下单匹配错误供应商
\
n信息记录有误导致"
,
"desc_html"
:
"越南订单下单匹配错误供应商
\
u003cbr
\
u003e信息记录有误导致"
,
"plan_txt"
:
""
,
"title"
:
"越南订单下单匹配错误供应商 信息记录有误导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2216"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-24"
,
"overdue"
:
false
,
"desc"
:
"看板下工序物料不显示问题
\
nTcode不同导致"
,
"desc_html"
:
"看板下工序物料不显示问题
\
u003cbr
\
u003eTcode不同导致"
,
"plan_txt"
:
""
,
"title"
:
"看板下工序物料不显示问题 Tcode不同导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2217"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-04"
,
"overdue"
:
false
,
"desc"
:
"看板报工报错问题处理
\
n重复提交导致"
,
"desc_html"
:
"看板报工报错问题处理
\
u003cbr
\
u003e重复提交导致"
,
"plan_txt"
:
""
,
"title"
:
"看板报工报错问题处理 重复提交导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2218"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"未分类"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-16"
,
"overdue"
:
false
,
"desc"
:
"ZPP028不能维护
\
n格式被重置导致,重新恢复"
,
"desc_html"
:
"ZPP028不能维护
\
u003cbr
\
u003e格式被重置导致,重新恢复"
,
"plan_txt"
:
""
,
"title"
:
"ZPP028不能维护 格式被重置导致,重新恢复"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2219"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-16"
,
"overdue"
:
false
,
"desc"
:
"采购取不到正常价格
\
n起订量太少导致"
,
"desc_html"
:
"采购取不到正常价格
\
u003cbr
\
u003e起订量太少导致"
,
"plan_txt"
:
""
,
"title"
:
"采购取不到正常价格 起订量太少导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2220"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-23"
,
"overdue"
:
false
,
"desc"
:
"看板不能置空
\
n物料主数据维护错误导致"
,
"desc_html"
:
"看板不能置空
\
u003cbr
\
u003e物料主数据维护错误导致"
,
"plan_txt"
:
""
,
"title"
:
"看板不能置空 物料主数据维护错误导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2221"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-24"
,
"overdue"
:
false
,
"desc"
:
"采购订单不能确认
\
n单据被删除导致"
,
"desc_html"
:
"采购订单不能确认
\
u003cbr
\
u003e单据被删除导致"
,
"plan_txt"
:
""
,
"title"
:
"采购订单不能确认 单据被删除导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2222"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-25"
,
"overdue"
:
false
,
"desc"
:
"采购订单不能收货
\
n内部订单关闭以及PDA收货数量给了0导致"
,
"desc_html"
:
"采购订单不能收货
\
u003cbr
\
u003e内部订单关闭以及PDA收货数量给了0导致"
,
"plan_txt"
:
""
,
"title"
:
"采购订单不能收货 内部订单关闭以及PDA收货数量"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2223"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-27"
,
"overdue"
:
false
,
"desc"
:
"销售订单缺少总账科目
\
n客户主数据维护错误导致"
,
"desc_html"
:
"销售订单缺少总账科目
\
u003cbr
\
u003e客户主数据维护错误导致"
,
"plan_txt"
:
""
,
"title"
:
"销售订单缺少总账科目 客户主数据维护错误导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2224"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-12"
,
"overdue"
:
false
,
"desc"
:
"越南新增100个原材料库位
\
n增加配置"
,
"desc_html"
:
"越南新增100个原材料库位
\
u003cbr
\
u003e增加配置"
,
"plan_txt"
:
""
,
"title"
:
"越南新增100个原材料库位 增加配置"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2225"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-11"
,
"overdue"
:
false
,
"desc"
:
"新增物料组配置
\
n增加配置"
,
"desc_html"
:
"新增物料组配置
\
u003cbr
\
u003e增加配置"
,
"plan_txt"
:
""
,
"title"
:
"新增物料组配置 增加配置"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2226"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-19"
,
"overdue"
:
false
,
"desc"
:
"物料主数据最小批量数据导出分析
\
n物料主数据导出"
,
"desc_html"
:
"物料主数据最小批量数据导出分析
\
u003cbr
\
u003e物料主数据导出"
,
"plan_txt"
:
""
,
"title"
:
"物料主数据最小批量数据导出分析 物料主数据导出"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2227"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-20"
,
"overdue"
:
false
,
"desc"
:
"新增物料组配置
\
n增加配置"
,
"desc_html"
:
"新增物料组配置
\
u003cbr
\
u003e增加配置"
,
"plan_txt"
:
""
,
"title"
:
"新增物料组配置 增加配置"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2246"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-29"
,
"overdue"
:
false
,
"desc"
:
"越南阜康发票5400043805出现负库存
\
n越南阜康发票5400043805出现负库存"
,
"desc_html"
:
"越南阜康发票5400043805出现负库存
\
u003cbr
\
u003e越南阜康发票5400043805出现负库存"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康发票5400043805出现负库存 越南"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2279"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"系统优化问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-03"
,
"overdue"
:
false
,
"desc"
:
"阜康- MRP问题
\
n阜康MRP异常-运行时长为0"
,
"desc_html"
:
"阜康- MRP问题
\
u003cbr
\
u003e阜康MRP异常-运行时长为0"
,
"plan_txt"
:
""
,
"title"
:
"阜康- MRP问题 阜康MRP异常-运行时长为0"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2280"
,
"owner"
:
"曲毅"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"未分类"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-04"
,
"overdue"
:
false
,
"desc"
:
"阜康- ZFI013-公时绩效为0问题
\
n公时绩效为0"
,
"desc_html"
:
"阜康- ZFI013-公时绩效为0问题
\
u003cbr
\
u003e公时绩效为0"
,
"plan_txt"
:
""
,
"title"
:
"阜康- ZFI013-公时绩效为0问题 公时绩效"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2297"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-01"
,
"overdue"
:
false
,
"desc"
:
"ZPP014报工没开始时间问题处理
\
n程序检查和数据补充"
,
"desc_html"
:
"ZPP014报工没开始时间问题处理
\
u003cbr
\
u003e程序检查和数据补充"
,
"plan_txt"
:
""
,
"title"
:
"ZPP014报工没开始时间问题处理 程序检查和数"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2299"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-04"
,
"overdue"
:
false
,
"desc"
:
"ZFI013工资为零问题处理
\
n程序逻辑debug和处理"
,
"desc_html"
:
"ZFI013工资为零问题处理
\
u003cbr
\
u003e程序逻辑debug和处理"
,
"plan_txt"
:
""
,
"title"
:
"ZFI013工资为零问题处理 程序逻辑debug"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2300"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-07"
,
"overdue"
:
false
,
"desc"
:
"增加物料组配置
\
n检查物料组相关程序和增加对应配置"
,
"desc_html"
:
"增加物料组配置
\
u003cbr
\
u003e检查物料组相关程序和增加对应配置"
,
"plan_txt"
:
""
,
"title"
:
"增加物料组配置 检查物料组相关程序和增加对应配置"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2301"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-08"
,
"overdue"
:
false
,
"desc"
:
"越南物料主数据咨询
\
n设计原理和操作解答"
,
"desc_html"
:
"越南物料主数据咨询
\
u003cbr
\
u003e设计原理和操作解答"
,
"plan_txt"
:
""
,
"title"
:
"越南物料主数据咨询 设计原理和操作解答"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2302"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-05"
,
"overdue"
:
false
,
"desc"
:
"越南MRP结果检查
\
ndebug MRP程序和检查后台作业"
,
"desc_html"
:
"越南MRP结果检查
\
u003cbr
\
u003edebug MRP程序和检查后台作业"
,
"plan_txt"
:
""
,
"title"
:
"越南MRP结果检查 debug MRP程序和检查"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2303"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-18"
,
"overdue"
:
false
,
"desc"
:
"备料单报表开发
\
n功能设计"
,
"desc_html"
:
"备料单报表开发
\
u003cbr
\
u003e功能设计"
,
"plan_txt"
:
""
,
"title"
:
"备料单报表开发 功能设计"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2304"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-20"
,
"overdue"
:
false
,
"desc"
:
"供应商退货和检验批问题处理
\
n程序分析和数据分析以及处理"
,
"desc_html"
:
"供应商退货和检验批问题处理
\
u003cbr
\
u003e程序分析和数据分析以及处理"
,
"plan_txt"
:
""
,
"title"
:
"供应商退货和检验批问题处理 程序分析和数据分析以"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2305"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-20"
,
"overdue"
:
false
,
"desc"
:
"新角色建立培训
\
n写SOP和培训"
,
"desc_html"
:
"新角色建立培训
\
u003cbr
\
u003e写SOP和培训"
,
"plan_txt"
:
""
,
"title"
:
"新角色建立培训 写SOP和培训"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2306"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-28"
,
"overdue"
:
false
,
"desc"
:
"ZPP044问题修改
\
n编写修改功能说明书和数据验证"
,
"desc_html"
:
"ZPP044问题修改
\
u003cbr
\
u003e编写修改功能说明书和数据验证"
,
"plan_txt"
:
""
,
"title"
:
"ZPP044问题修改 编写修改功能说明书和数据验"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2307"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-19"
,
"overdue"
:
false
,
"desc"
:
"跨月工单和数据导入操作咨询
\
n给出跨月工单解决方案和指导数据导入操作"
,
"desc_html"
:
"跨月工单和数据导入操作咨询
\
u003cbr
\
u003e给出跨月工单解决方案和指导数据导入操作"
,
"plan_txt"
:
""
,
"title"
:
"跨月工单和数据导入操作咨询 给出跨月工单解决方案"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2308"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-29"
,
"overdue"
:
false
,
"desc"
:
"MRP需求量不对问题处理
\
n主数据最小批量导致"
,
"desc_html"
:
"MRP需求量不对问题处理
\
u003cbr
\
u003e主数据最小批量导致"
,
"plan_txt"
:
""
,
"title"
:
"MRP需求量不对问题处理 主数据最小批量导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2486"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"未分类"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-13"
,
"overdue"
:
false
,
"desc"
:
"越南阜康月结在制品WIP问题查找
\
n越南阜康月结在制品WIP问题查找"
,
"desc_html"
:
"越南阜康月结在制品WIP问题查找
\
u003cbr
\
u003e越南阜康月结在制品WIP问题查找"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康月结在制品WIP问题查找 越南阜康月结在"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2525"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"管理综合问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-28"
,
"overdue"
:
false
,
"desc"
:
"MRP计划重复问题处理
\
n时间差导致旧的PR未删除"
,
"desc_html"
:
"MRP计划重复问题处理
\
u003cbr
\
u003e时间差导致旧的PR未删除"
,
"plan_txt"
:
""
,
"title"
:
"MRP计划重复问题处理 时间差导致旧的PR未删除"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2526"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-29"
,
"overdue"
:
false
,
"desc"
:
"ZPPT005表数据清理
\
n重新调整程序和清理数据"
,
"desc_html"
:
"ZPPT005表数据清理
\
u003cbr
\
u003e重新调整程序和清理数据"
,
"plan_txt"
:
""
,
"title"
:
"ZPPT005表数据清理 重新调整程序和清理数据"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2527"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-30"
,
"overdue"
:
false
,
"desc"
:
"二维码问题咨询
\
n二维码开发和解码问题咨询"
,
"desc_html"
:
"二维码问题咨询
\
u003cbr
\
u003e二维码开发和解码问题咨询"
,
"plan_txt"
:
""
,
"title"
:
"二维码问题咨询 二维码开发和解码问题咨询"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2528"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-02"
,
"overdue"
:
false
,
"desc"
:
"实际作业价格缺失
\
nKSII实际价格作业计算没有正式执行"
,
"desc_html"
:
"实际作业价格缺失
\
u003cbr
\
u003eKSII实际价格作业计算没有正式执行"
,
"plan_txt"
:
""
,
"title"
:
"实际作业价格缺失 KSII实际价格作业计算没有正"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2529"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-08-31"
,
"overdue"
:
false
,
"desc"
:
"销售订单创建失败
\
n销售订单的税额MWSI没有维护国内税,维护之后会提示EK02丢失,需要财务用CK51N去估算每个行项目的成本。"
,
"desc_html"
:
"销售订单创建失败
\
u003cbr
\
u003e销售订单的税额MWSI没有维护国内税,维护之后会提示EK02丢失,需要财务用CK51N去估算每个行项目的成本。"
,
"plan_txt"
:
""
,
"title"
:
"销售订单创建失败 销售订单的税额MWSI没有维护"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2530"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-03"
,
"overdue"
:
false
,
"desc"
:
"如何查看2024年7月份的资产折旧清单
\
n因为阜康SAP系统无法查阅AFBP的日志,只能通过折旧凭证去导出。需要将资产清单和对应成本中心一起整理出来。"
,
"desc_html"
:
"如何查看2024年7月份的资产折旧清单
\
u003cbr
\
u003e因为阜康SAP系统无法查阅AFBP的日志,只能通过折旧凭证去导出。需要将资产清单和对应成本中心一起整理出来。"
,
"plan_txt"
:
""
,
"title"
:
"如何查看2024年7月份的资产折旧清单 因为阜康"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2531"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-03"
,
"overdue"
:
false
,
"desc"
:
"8月份毛利表异常
\
n20250903下午:8月份物料10205215010,销售订单30012367 10行和30行,物料10205219010,销售订单30012367 20行毛利率异常,经查CKM3的成本核算没有结算到这三个行项目,需要将这三个行项目CKMM改成S+3之后再进行结算。
\
n耗时2小时"
,
"desc_html"
:
"8月份毛利表异常
\
u003cbr
\
u003e20250903下午:8月份物料10205215010,销售订单30012367 10行和30行,物料10205219010,销售订单30012367 20行毛利率异常,经查CKM3的成本核算没有结算到这三个行项目,需要将这三个行项目CKMM改成S+3之后再进行结算。
\
u003cbr
\
u003e耗时2小时"
,
"plan_txt"
:
""
,
"title"
:
"8月份毛利表异常 20250903下午:8月份物"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2532"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-01"
,
"overdue"
:
false
,
"desc"
:
"销项发票4分钱差异调整
\
n查找差异原因以及差异调整"
,
"desc_html"
:
"销项发票4分钱差异调整
\
u003cbr
\
u003e查找差异原因以及差异调整"
,
"plan_txt"
:
""
,
"title"
:
"销项发票4分钱差异调整 查找差异原因以及差异调整"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2533"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-02"
,
"overdue"
:
false
,
"desc"
:
"报工和工资缺乏问题处理
\
n查找程序逻辑和数据分析冲销处理"
,
"desc_html"
:
"报工和工资缺乏问题处理
\
u003cbr
\
u003e查找程序逻辑和数据分析冲销处理"
,
"plan_txt"
:
""
,
"title"
:
"报工和工资缺乏问题处理 查找程序逻辑和数据分析冲"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2534"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-06"
,
"overdue"
:
false
,
"desc"
:
"检验计划维护不成功问题处理
\
n问题分析,操作失误导致"
,
"desc_html"
:
"检验计划维护不成功问题处理
\
u003cbr
\
u003e问题分析,操作失误导致"
,
"plan_txt"
:
""
,
"title"
:
"检验计划维护不成功问题处理 问题分析,操作失误导"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2535"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-30"
,
"overdue"
:
false
,
"desc"
:
"采购订单审核问题
\
n问题分析,金蝶系统性能导致"
,
"desc_html"
:
"采购订单审核问题
\
u003cbr
\
u003e问题分析,金蝶系统性能导致"
,
"plan_txt"
:
""
,
"title"
:
"采购订单审核问题 问题分析,金蝶系统性能导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2536"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-29"
,
"overdue"
:
false
,
"desc"
:
"接口传递问题
\
n问题分析,临时服务不可用导致"
,
"desc_html"
:
"接口传递问题
\
u003cbr
\
u003e问题分析,临时服务不可用导致"
,
"plan_txt"
:
""
,
"title"
:
"接口传递问题 问题分析,临时服务不可用导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2537"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-26"
,
"overdue"
:
false
,
"desc"
:
"报工置空问题
\
n问题分析和处理,主数据错误维护导致"
,
"desc_html"
:
"报工置空问题
\
u003cbr
\
u003e问题分析和处理,主数据错误维护导致"
,
"plan_txt"
:
""
,
"title"
:
"报工置空问题 问题分析和处理,主数据错误维护导致"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2538"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-24"
,
"overdue"
:
false
,
"desc"
:
"采购订单入库记录解答
\
n咨询"
,
"desc_html"
:
"采购订单入库记录解答
\
u003cbr
\
u003e咨询"
,
"plan_txt"
:
""
,
"title"
:
"采购订单入库记录解答 咨询"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2539"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-17"
,
"overdue"
:
false
,
"desc"
:
"不能报工问题
\
n接口全部不可用,程序和性能分析,最后重启服务器解决"
,
"desc_html"
:
"不能报工问题
\
u003cbr
\
u003e接口全部不可用,程序和性能分析,最后重启服务器解决"
,
"plan_txt"
:
""
,
"title"
:
"不能报工问题 接口全部不可用,程序和性能分析,最"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2540"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-25"
,
"overdue"
:
false
,
"desc"
:
"采购订单物料描述显示错误
\
n问题分析,主数据多语言维护不同步导致"
,
"desc_html"
:
"采购订单物料描述显示错误
\
u003cbr
\
u003e问题分析,主数据多语言维护不同步导致"
,
"plan_txt"
:
""
,
"title"
:
"采购订单物料描述显示错误 问题分析,主数据多语言"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2541"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-16"
,
"overdue"
:
false
,
"desc"
:
"销售订单报错
\
n测试系统服务器问题"
,
"desc_html"
:
"销售订单报错
\
u003cbr
\
u003e测试系统服务器问题"
,
"plan_txt"
:
""
,
"title"
:
"销售订单报错 测试系统服务器问题"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2542"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-26"
,
"overdue"
:
false
,
"desc"
:
"销售订单不能出采购申请
\
n问题分析,单个重跑解决"
,
"desc_html"
:
"销售订单不能出采购申请
\
u003cbr
\
u003e问题分析,单个重跑解决"
,
"plan_txt"
:
""
,
"title"
:
"销售订单不能出采购申请 问题分析,单个重跑解决"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2543"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-09-26"
,
"overdue"
:
false
,
"desc"
:
"采购订单下单报错
\
n价格有删除记录导致,程序bug,需要修改,临时修改数据处理"
,
"desc_html"
:
"采购订单下单报错
\
u003cbr
\
u003e价格有删除记录导致,程序bug,需要修改,临时修改数据处理"
,
"plan_txt"
:
""
,
"title"
:
"采购订单下单报错 价格有删除记录导致,程序bug"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2573"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-15"
,
"overdue"
:
false
,
"desc"
:
"ZPP044按单逻辑调整
\
n调整逻辑,根据MKSA取出库存地点"
,
"desc_html"
:
"ZPP044按单逻辑调整
\
u003cbr
\
u003e调整逻辑,根据MKSA取出库存地点"
,
"plan_txt"
:
""
,
"title"
:
"ZPP044按单逻辑调整 调整逻辑,根据MKSA"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2574"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-13"
,
"overdue"
:
false
,
"desc"
:
"中台订单缺失
\
n检查系统连接发现是用户迁移虚拟机导致,重新设置对应配置"
,
"desc_html"
:
"中台订单缺失
\
u003cbr
\
u003e检查系统连接发现是用户迁移虚拟机导致,重新设置对应配置"
,
"plan_txt"
:
""
,
"title"
:
"中台订单缺失 检查系统连接发现是用户迁移虚拟机导"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2575"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"用户操作问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-31"
,
"overdue"
:
false
,
"desc"
:
"销售发票分位差调整
\
n由于分位差原因导致容差超过财务发票控制,最后通过手工方式增加条件调整条件处理"
,
"desc_html"
:
"销售发票分位差调整
\
u003cbr
\
u003e由于分位差原因导致容差超过财务发票控制,最后通过手工方式增加条件调整条件处理"
,
"plan_txt"
:
""
,
"title"
:
"销售发票分位差调整 由于分位差原因导致容差超过财"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2576"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-31"
,
"overdue"
:
false
,
"desc"
:
"ZPP036越南语特殊字符不识别
\
n本地打印机设置问题,字符集调整不起作用,本地打印机问题,需要重新调整"
,
"desc_html"
:
"ZPP036越南语特殊字符不识别
\
u003cbr
\
u003e本地打印机设置问题,字符集调整不起作用,本地打印机问题,需要重新调整"
,
"plan_txt"
:
""
,
"title"
:
"ZPP036越南语特殊字符不识别 本地打印机设置"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2577"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"跟踪类问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-15"
,
"overdue"
:
false
,
"desc"
:
"越南MRP咨询
\
nMRP结果确认和解释"
,
"desc_html"
:
"越南MRP咨询
\
u003cbr
\
u003eMRP结果确认和解释"
,
"plan_txt"
:
""
,
"title"
:
"越南MRP咨询 MRP结果确认和解释"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2578"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-17"
,
"overdue"
:
false
,
"desc"
:
"越南采购订单关闭
\
n操作报错原因查询和协助关闭"
,
"desc_html"
:
"越南采购订单关闭
\
u003cbr
\
u003e操作报错原因查询和协助关闭"
,
"plan_txt"
:
""
,
"title"
:
"越南采购订单关闭 操作报错原因查询和协助关闭"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2579"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-23"
,
"overdue"
:
false
,
"desc"
:
"越南采购订单语言描述问题处理
\
n采购订单语言不跟登录语言问题查询和处理"
,
"desc_html"
:
"越南采购订单语言描述问题处理
\
u003cbr
\
u003e采购订单语言不跟登录语言问题查询和处理"
,
"plan_txt"
:
""
,
"title"
:
"越南采购订单语言描述问题处理 采购订单语言不跟登"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2580"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-29"
,
"overdue"
:
false
,
"desc"
:
"越南采购订单下单价格问题处理
\
n检查增强逻辑,数据处理"
,
"desc_html"
:
"越南采购订单下单价格问题处理
\
u003cbr
\
u003e检查增强逻辑,数据处理"
,
"plan_txt"
:
""
,
"title"
:
"越南采购订单下单价格问题处理 检查增强逻辑,数据"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2581"
,
"owner"
:
"Yongchu Liang"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-10-30"
,
"overdue"
:
false
,
"desc"
:
"越南MRP产生PR问题查询
\
n经判断为旧需求删除导致"
,
"desc_html"
:
"越南MRP产生PR问题查询
\
u003cbr
\
u003e经判断为旧需求删除导致"
,
"plan_txt"
:
""
,
"title"
:
"越南MRP产生PR问题查询 经判断为旧需求删除导"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-259"
,
"owner"
:
"linlv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-06-08"
,
"overdue"
:
false
,
"desc"
:
"越南阜康运维
\
n越南阜康
\
n2026年5月份成本差异异常问题查找"
,
"desc_html"
:
"越南阜康运维
\
u003cbr
\
u003e越南阜康
\
u003cbr
\
u003e2026年5月份成本差异异常问题查找"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康运维 越南阜康 2026年5月份成本差异"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-261"
,
"owner"
:
"linlv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-06-02"
,
"overdue"
:
false
,
"desc"
:
"越南阜康运维
\
n1.2025年资产2100003有购置但是没有计提折旧,直到2025年12月才有折旧
\
n2.研发费用ZFI003利润表里的数据和成本中心费用报表不一致,原因是研发费用53010006有些费用没有进成本中心。维度不同"
,
"desc_html"
:
"越南阜康运维
\
u003cbr
\
u003e1.2025年资产2100003有购置但是没有计提折旧,直到2025年12月才有折旧
\
u003cbr
\
u003e2.研发费用ZFI003利润表里的数据和成本中心费用报表不一致,原因是研发费用53010006有些费用没有进成本中心。维度不同"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康运维 1.2025年资产2100003有"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2707"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"跟踪类问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-12-31"
,
"overdue"
:
false
,
"desc"
:
"阜康年度号码段检查和维护
\
n阜康年度号码段检查和维护"
,
"desc_html"
:
"阜康年度号码段检查和维护
\
u003cbr
\
u003e阜康年度号码段检查和维护"
,
"plan_txt"
:
""
,
"title"
:
"阜康年度号码段检查和维护 阜康年度号码段检查和维"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2858"
,
"owner"
:
"Lin Lv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"未分类"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-11-03"
,
"overdue"
:
false
,
"desc"
:
"越南阜康在产品处理和毛利表问题处理
\
n越南阜康在产品处理和毛利表问题处理"
,
"desc_html"
:
"越南阜康在产品处理和毛利表问题处理
\
u003cbr
\
u003e越南阜康在产品处理和毛利表问题处理"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康在产品处理和毛利表问题处理 越南阜康在产"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2859"
,
"owner"
:
"Martin"
,
"raised_by"
:
""
,
"raised_dept"
:
"生产"
,
"priority"
:
""
,
"category"
:
"未分类"
,
"sap"
:
"已完成"
,
"acc"
:
"已验证"
,
"final"
:
"已完成"
,
"plan"
:
"2026-07-25"
,
"overdue"
:
false
,
"desc"
:
"所有工单都无法报工,检查是自愿问题,重启SAP应用恢复"
,
"desc_html"
:
"所有工单都无法报工,检查是自愿问题,重启SAP应用恢复"
,
"plan_txt"
:
""
,
"title"
:
"SAP 报工接口出错"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
1
,
"logs"
:[{
"date"
:
"2026-07-29"
,
"author"
:
"系统"
,
"source"
:
"导入"
,
"text"
:
"从导入文件.xlsx 导入"
}],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2860"
,
"owner"
:
"Martin"
,
"raised_by"
:
""
,
"raised_dept"
:
"生产"
,
"priority"
:
""
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"已验证"
,
"final"
:
"已完成"
,
"plan"
:
"2026-07-27"
,
"overdue"
:
false
,
"desc"
:
"扫描二维码通过PDA置满时候,系统报数量超量错误,分析发现是SAP看板已经置满,需要更改SAP看板状态,以及重新打印看板卡来扫描"
,
"desc_html"
:
"扫描二维码通过PDA置满时候,系统报数量超量错误,分析发现是SAP看板已经置满,需要更改SAP看板状态,以及重新打印看板卡来扫描"
,
"plan_txt"
:
""
,
"title"
:
"PDA报工置满报错"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
1
,
"logs"
:[{
"date"
:
"2026-07-29"
,
"author"
:
"系统"
,
"source"
:
"导入"
,
"text"
:
"从导入文件.xlsx 导入"
}],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2861"
,
"owner"
:
"Martin"
,
"raised_by"
:
""
,
"raised_dept"
:
"生产"
,
"priority"
:
""
,
"category"
:
"系统优化问题"
,
"sap"
:
"进行中"
,
"acc"
:
""
,
"final"
:
"进行中"
,
"plan"
:
"2026-07-27"
,
"overdue"
:
false
,
"desc"
:
"重启之后MD04变得很慢,以前2秒出来,现在要10几秒,然后重新重启还是同样问题,basis暂时也查不出来"
,
"desc_html"
:
"重启之后MD04变得很慢,以前2秒出来,现在要10几秒,然后重新重启还是同样问题,basis暂时也查不出来"
,
"plan_txt"
:
""
,
"title"
:
"MD04运行慢"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
1
,
"logs"
:[{
"date"
:
"2026-07-29"
,
"author"
:
"系统"
,
"source"
:
"导入"
,
"text"
:
"从导入文件.xlsx 导入"
}],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2862"
,
"owner"
:
"卢锋"
,
"raised_by"
:
"Martin"
,
"raised_dept"
:
"采购"
,
"priority"
:
"中"
,
"category"
:
"系统优化问题"
,
"sap"
:
"测试中"
,
"acc"
:
"待验证"
,
"final"
:
"进行中"
,
"plan"
:
"2026-08-30"
,
"overdue"
:
false
,
"desc"
:
"SAP系统版本升级后异常问题处理"
,
"desc_html"
:
"SAP系统版本升级后异常问题处理"
,
"plan_txt"
:
"系统升级后问题处理(工时:37h)"
,
"title"
:
"阜康-SAP系统版本升级后异常问题处理"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
2
,
"logs"
:[{
"date"
:
"2026-08-28"
,
"author"
:
"系统"
,
"source"
:
"更新"
,
"text"
:
"更新计划完成日期至2026-08-28,工时更新为31h"
},{
"date"
:
"2026-08-29"
,
"author"
:
"系统"
,
"source"
:
"更新"
,
"text"
:
"更新计划完成日期至2026-08-30,工时更新为37h,SAP状态更新为测试中"
}],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-2863"
,
"owner"
:
"卢锋"
,
"raised_by"
:
"Martin"
,
"raised_dept"
:
"生产"
,
"priority"
:
"中"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"已验证"
,
"final"
:
"已完成"
,
"plan"
:
"2026-09-08"
,
"overdue"
:
false
,
"desc"
:
"报工接口异常问题处理"
,
"desc_html"
:
"报工接口异常问题处理"
,
"plan_txt"
:
"物料被锁定导致,解锁即可(工时:0.5h)"
,
"title"
:
"阜康-报工接口异常问题处理"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-296"
,
"owner"
:
"卢锋"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-05-26"
,
"overdue"
:
false
,
"desc"
:
"阜康-ZPP033MRP例外信息报表问题处理
\
nZPP033MRP例外信息报表问题处理"
,
"desc_html"
:
"阜康-ZPP033MRP例外信息报表问题处理
\
u003cbr
\
u003eZPP033MRP例外信息报表问题处理"
,
"plan_txt"
:
""
,
"title"
:
"阜康-ZPP033MRP例外信息报表问题处理 Z"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-327"
,
"owner"
:
"卢锋"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"报表需求问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-05-20"
,
"overdue"
:
false
,
"desc"
:
"阜康-ZPP039齐套报表逻辑调整
\
nZPP039齐套报表逻辑调整"
,
"desc_html"
:
"阜康-ZPP039齐套报表逻辑调整
\
u003cbr
\
u003eZPP039齐套报表逻辑调整"
,
"plan_txt"
:
""
,
"title"
:
"阜康-ZPP039齐套报表逻辑调整 ZPP039"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-512"
,
"owner"
:
"卢锋"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"开发需求"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-04-22"
,
"overdue"
:
false
,
"desc"
:
"阜康-采购订单接口逻辑调整
\
n采购订单接口逻辑调整"
,
"desc_html"
:
"阜康-采购订单接口逻辑调整
\
u003cbr
\
u003e采购订单接口逻辑调整"
,
"plan_txt"
:
""
,
"title"
:
"阜康-采购订单接口逻辑调整 采购订单接口逻辑调整"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]},{
"id"
:
"ISS-fukang-581"
,
"owner"
:
"linlv"
,
"raised_by"
:
""
,
"raised_dept"
:
""
,
"priority"
:
"未定"
,
"category"
:
"数据问题"
,
"sap"
:
"已完成"
,
"acc"
:
"待验证"
,
"final"
:
"待用户验证"
,
"plan"
:
"ISS-04-07"
,
"overdue"
:
false
,
"desc"
:
"越南阜康 半成品A666物料没有实际成本
\
n原因是这些物料没有发布标准价格,也没有BOM和工艺路线,也没有生产版本
\
n[图片]
\
n[图片]"
,
"desc_html"
:
"越南阜康 半成品A666物料没有实际成本
\
u003cbr
\
u003e原因是这些物料没有发布标准价格,也没有BOM和工艺路线,也没有生产版本
\
u003cbr
\
u003e[图片]
\
u003cbr
\
u003e[图片]"
,
"plan_txt"
:
""
,
"title"
:
"越南阜康 半成品A666物料没有实际成本 原因是"
,
"entry_type"
:
"问题"
,
"hours"
:
""
,
"nlog"
:
0
,
"logs"
:[],
"linked"
:[],
"owner_history"
:[],
"attachments"
:[]}];
const
S
=
{};
S
.
total
=
DATA
.
length
;
S
.
final_done
=
DATA
.
filter
(
function
(
d
){
return
d
.
final
===
'已完成'
}).
length
;
S
.
sap_done
=
DATA
.
filter
(
function
(
d
){
return
d
.
sap
===
'已完成'
}).
length
;
S
.
overdue
=
DATA
.
filter
(
function
(
d
){
return
d
.
overdue
}).
length
;
S
.
today
=
new
Date
().
toISOString
().
slice
(
0
,
10
);
S
.
total_logs
=
DATA
.
reduce
(
function
(
n
,
d
){
return
n
+
d
.
logs
.
length
},
0
);
S
.
fs
=
{};
DATA
.
forEach
(
function
(
d
){
S
.
fs
[
d
.
final
]
=
(
S
.
fs
[
d
.
final
]
||
0
)
+
1
});
S
.
pri
=
{};
DATA
.
forEach
(
function
(
d
){
S
.
pri
[
d
.
priority
]
=
(
S
.
pri
[
d
.
priority
]
||
0
)
+
1
});
S
.
owner_open
=
{};
DATA
.
filter
(
function
(
d
){
return
d
.
final
!==
'已完成'
&&
d
.
final
!==
'已关闭'
}).
forEach
(
function
(
d
){
S
.
owner_open
[
d
.
owner
]
=
(
S
.
owner_open
[
d
.
owner
]
||
0
)
+
1
});
const
fsOrder
=
[
"进行中(返工)"
,
"进行中"
,
"待用户验证"
,
"未开始"
,
"已完成"
,
"已关闭"
];
document
.
getElementById
(
'sub'
).
textContent
=
"数据源 = "
+
S
.
total
+
" 个结构化对象(issues/*.md)· 实时重算 · 生成于 "
+
S
.
today
+
" — 阜康项目运维问题清单"
;
document
.
getElementById
(
'audit'
).
innerHTML
=
[
[
'good'
,
S
.
total
,
'问题总数'
,
'阜康运维'
],
[
'good'
,
S
.
final_done
,
'最终已完成'
,
'SAP完成且用户验证 · '
+
Math
.
round
(
S
.
final_done
/
S
.
total
*
100
)
+
'%'
],
[
''
,
S
.
sap_done
,
'SAP 已完成'
,
Math
.
round
(
S
.
sap_done
/
S
.
total
*
100
)
+
'%(≠最终完成)'
],
[
'bad'
,
S
.
overdue
,
'超期未关闭'
,
'计划完成日已过'
]
].
map
(
function
(
x
){
return
'<div class="card '
+
x
[
0
]
+
'"><div class="n">'
+
x
[
1
]
+
'</div><div class="l">'
+
x
[
2
]
+
'</div><div class="why">'
+
x
[
3
]
+
'</div></div>'
}).
join
(
''
);
function
dist
(
el
,
obj
,
order
,
total
,
title
){
var
keys
=
order
?
order
.
filter
(
function
(
k
){
return
obj
[
k
]}):
Object
.
keys
(
obj
).
sort
(
function
(
a
,
b
){
return
obj
[
b
]
-
obj
[
a
]});
var
mx
=
Math
.
max
(
1
,
Object
.
keys
(
obj
).
reduce
(
function
(
m
,
k
){
return
Math
.
max
(
m
,
obj
[
k
])},
0
));
var
col
=
{
'已完成'
:
'#48d597'
,
'待用户验证'
:
'#e8c24b'
,
'进行中'
:
'#5fa8ff'
,
'进行中(返工)'
:
'#ff9b54'
,
'未开始'
:
'#9aa3b5'
,
'已关闭'
:
'#6f7689'
,
'高'
:
'#ff6b81'
,
'中'
:
'#e8c24b'
,
'低'
:
'#7f8aa0'
};
var
h
=
title
?
'<div class="sec" style="margin:0 0 8px">'
+
title
+
'</div>'
:
''
;
h
+=
keys
.
map
(
function
(
k
){
return
'<div class="item"><span>'
+
k
+
'</span><div class="bar"><i style="width:'
+
(
obj
[
k
]
/
mx
*
100
)
+
'%;background:'
+
(
col
[
k
]
||
'#5fa8ff'
)
+
'"></i></div><span>'
+
obj
[
k
]
+
'</span></div>'
}).
join
(
''
);
el
.
innerHTML
=
h
;}
dist
(
document
.
getElementById
(
'fsdist'
),
S
.
fs
,
fsOrder
,
S
.
total
,
'按最终状态(派生)'
);
dist
(
document
.
getElementById
(
'ownerdist'
),
S
.
owner_open
,
null
,
S
.
total
,
'各责任顾问 · 未关闭(调度)'
);
dist
(
document
.
getElementById
(
'pridist'
),
S
.
pri
,[
'高'
,
'中'
,
'低'
,
'未定'
],
S
.
total
,
'按优先级'
);
function
opts
(
el
,
arr
,
all
){
el
.
innerHTML
=
'<option value="">'
+
all
+
'</option>'
+
arr
.
map
(
function
(
v
){
return
'<option>'
+
v
+
'</option>'
}).
join
(
''
);}
opts
(
document
.
getElementById
(
'f_owner'
),
Array
.
from
(
new
Set
(
DATA
.
map
(
function
(
d
){
return
d
.
owner
}))).
filter
(
Boolean
).
sort
(),
'全部责任顾问'
);
opts
(
document
.
getElementById
(
'f_final'
),
fsOrder
,
'全部状态'
);
opts
(
document
.
getElementById
(
'f_pri'
),[
'高'
,
'中'
,
'低'
,
'未定'
],
'全部优先级'
);
var
sortK
=
'id'
,
sortAsc
=
true
;
function
esc
(
s
){
return
(
s
||
''
).
replace
(
/
[
&<>
]
/g
,
function
(
c
){
return
{
'&'
:
'&'
,
'<'
:
'<'
,
'>'
:
'>'
}[
c
]});}
function
render
(){
var
fo
=
document
.
getElementById
(
'f_owner'
).
value
,
ff
=
document
.
getElementById
(
'f_final'
).
value
,
fp
=
document
.
getElementById
(
'f_pri'
).
value
,
q
=
document
.
getElementById
(
'f_q'
).
value
.
trim
(),
od
=
document
.
getElementById
(
'f_od'
).
checked
,
op
=
document
.
getElementById
(
'f_open'
).
checked
;
var
rows
=
DATA
.
filter
(
function
(
d
){
return
(
!
fo
||
d
.
owner
===
fo
)
&&
(
!
ff
||
d
.
final
===
ff
)
&&
(
!
fp
||
d
.
priority
===
fp
)
&&
(
!
od
||
d
.
overdue
)
&&
(
!
op
||
(
d
.
final
!==
'已完成'
&&
d
.
final
!==
'已关闭'
))
&&
(
!
q
||
(
d
.
id
+
d
.
title
+
d
.
desc
).
toLowerCase
().
indexOf
(
q
.
toLowerCase
())
>=
0
)});
rows
.
sort
(
function
(
a
,
b
){
var
x
=
a
[
sortK
],
y
=
b
[
sortK
];
if
(
sortK
===
'nlog'
){
x
=+
x
;
y
=+
y
}
return
(
x
>
y
?
1
:
x
<
y
?
-
1
:
0
)
*
(
sortAsc
?
1
:
-
1
)});
document
.
getElementById
(
'tb'
).
innerHTML
=
rows
.
map
(
function
(
d
){
var
od
=
d
.
overdue
?
'<span class="od"> ⚠超期</span>'
:
''
;
var
logs
=
d
.
logs
.
map
(
function
(
l
){
return
'<div class="e"><div class="meta"><b>'
+
l
.
date
+
'</b> · '
+
esc
(
l
.
author
)
+
' · <span class="tag">'
+
esc
(
l
.
source
)
+
'</span></div>'
+
esc
(
l
.
text
)
+
'</div>'
}).
join
(
''
);
return
'<tr class="issue" onclick="this.nextElementSibling.style.display=this.nextElementSibling.style.display===
\'
table-row
\'
?
\'
none
\'
:
\'
table-row
\'
">'
+
'<td>'
+
d
.
id
+
'</td><td>'
+
esc
(
d
.
owner
)
+
'</td><td class="pr-'
+
d
.
priority
+
'">'
+
d
.
priority
+
'</td>'
+
'<td><span class="pill f-'
+
d
.
final
+
'">'
+
d
.
final
+
'</span></td><td>'
+
(
d
.
plan
||
'—'
)
+
od
+
'</td><td>'
+
d
.
nlog
+
'</td><td>'
+
esc
(
d
.
title
)
+
'</td></tr>'
+
'<tr class="detail" style="display:none"><td colspan="7"><div class="dbox">'
+
'<div class="kv"><b>'
+
d
.
id
+
'</b> 提出:'
+
esc
(
d
.
raised_dept
)
+
'/'
+
esc
(
d
.
raised_by
)
+
' SAP:'
+
d
.
sap
+
' 验收:'
+
d
.
acc
+
' 分类:'
+
esc
(
d
.
category
)
+
'</div>'
+
'<div class="kv">责任顾问:'
+
esc
(
d
.
owner
)
+
' 类型:'
+
esc
(
d
.
entry_type
||
''
)
+
'</div>'
+
'<div class="kv" style="white-space:pre-wrap">问题描述:'
+
d
.
desc_html
+
'</div>'
+
'<div class="kv">当前方案:'
+
(
esc
(
d
.
plan_txt
)
||
'—'
)
+
'</div>'
+
'<div class="sec" style="margin:12px 0 6px">进展日志(append-only)</div>'
+
'<div class="log">'
+
(
logs
||
'<div class="note">无</div>'
)
+
'</div>'
+
'</div></td></tr>'
;}).
join
(
''
);
document
.
getElementById
(
'foot'
).
textContent
=
'显示 '
+
rows
.
length
+
' / '
+
DATA
.
length
+
' 条 · 点行展开进展日志'
;
}
document
.
querySelectorAll
(
'th[data-k]'
).
forEach
(
function
(
th
){
th
.
onclick
=
function
(){
var
k
=
th
.
getAttribute
(
'data-k'
);
if
(
sortK
===
k
)
sortAsc
=!
sortAsc
;
else
{
sortK
=
k
;
sortAsc
=
true
}
render
();}});
[
'f_owner'
,
'f_final'
,
'f_pri'
,
'f_q'
,
'f_od'
,
'f_open'
].
forEach
(
function
(
id
){
document
.
getElementById
(
id
).
addEventListener
(
'input'
,
render
);});
render
();
</script></body></html>
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