新增待办提醒修改

This commit is contained in:
weibl
2026-03-16 17:04:55 +08:00
parent 4497466784
commit 919697ba48

View File

@@ -60,18 +60,24 @@ const demandTypeInfo = ref<any>({
{
index: 1,
header: '(1)、',
inner: ['若不清楚本待办需求如何填写,请看', '《填写指导书》', ''],
inner: ['若不清楚具体填写细节,请找 张康(18846)', ''],
type: 1,
},
{
index: 2,
header: '(2)、',
inner: ['若不清楚本待办需求如何填写,请看', '《填写指导书》', ''],
type: 1,
},
{
index: 2,
header: '(3)、',
inner: ['必须使用最新的', '《机器人动作说明书模板》', '填写后作为附件上传;'],
type: 1,
},
{
index: 3,
header: '(3)、',
header: '(4)、',
inner: ['请参考填写指导书,不规范填写或附件上传资料不规范将驳回'],
type: 2,
},
@@ -84,6 +90,12 @@ const demandTypeInfo = ref<any>({
{
index: 1,
header: '(1)、',
inner: ['若不清楚具体填写细节,请找 钟震韬(04591)', ';'],
type: 1,
},
{
index: 2,
header: '(2)、',
inner: ['若不清楚本待办需求如何填写,请看', '《填写指导书》', ';'],
type: 1,
},
@@ -96,78 +108,84 @@ const demandTypeInfo = ref<any>({
{
index: 1,
header: '(1)、',
inner: ['若不清楚本待办需求如何填写,请看', '《填写指导书》', ';'],
inner: ['若不清楚具体填写细节,请找 黄卫腾(04537)', ';'],
type: 1,
},
{
index: 2,
header: '(2)、',
inner: ['待办类型制作时长说明(需求时间参考):'],
inner: ['若不清楚本待办需求如何填写,请看', '《填写指导书》', ';'],
type: 1,
},
{
index: 3,
header: '(3)、',
inner: ['待办类型制作时长说明(需求时间参考):'],
type: 1,
},
{
index: 4,
header: '',
inner: ['工艺动画、所有产品线标准时长24H'],
type: 3,
},
{
index: 4,
index: 5,
header: '',
inner: ['工位动画、RF COA LS产品线标准时长16H'],
type: 3,
},
{
index: 5,
index: 6,
header: '',
inner: ['工位动画、除RF COA LS产品线外标准时长4H'],
type: 3,
},
{
index: 6,
index: 7,
header: '',
inner: ['整机动画、RF COA LS SST产品线标准时长104H'],
type: 3,
},
{
index: 7,
index: 8,
header: '',
inner: ['整机动画、除RF COA LS SST产品线外标准时长50H'],
type: 3,
},
{
index: 8,
index: 9,
header: '',
inner: ['外观渲染、SST产品线标准时长40H'],
type: 3,
},
{
index: 9,
index: 10,
header: '',
inner: ['外观渲染、除SST产品线外标准时长8H'],
type: 3,
},
{
index: 10,
index: 11,
header: '',
inner: ['MG动画、所有产品线标准时长104H'],
type: 3,
},
{
index: 11,
index: 12,
header: '',
inner: ['厂房立库动画动画、所有产品线标准时长104H'],
type: 3,
},
{
index: 12,
header: '(3)、',
index: 13,
header: '(4)、',
inner: ['将参考资料、3D同步上传至附件。'],
type: 1,
},
{
index: 13,
header: '(4)、',
index: 14,
header: '(5)、',
inner: ['必须将', '《动画制作交接资料点检表》', '填写后作为附件上传'],
type: 1,
},
@@ -178,14 +196,20 @@ const demandTypeInfo = ref<any>({
reminder: '外观设计登记提醒:',
content: [
{
index: 1,
index: 0,
header: '(1)、',
inner: ['若不清楚具体填写细节,请找 樊磊(20977)', ';'],
type: 1,
},
{
index: 1,
header: '(2)、',
inner: ['若不清楚本待办需求如何填写,请看', '《填写指导书》', ''],
type: 1,
},
{
index: 2,
header: '(2)、',
header: '(3)、',
inner: ['待办类型说明:'],
type: 1,
},
@@ -215,13 +239,13 @@ const demandTypeInfo = ref<any>({
},
{
index: 6,
header: '(3)、',
header: '(4)、',
inner: ['需要做工业设计则填写', '《工业设计填写要求模板》', '后作为附件上传;'],
type: 1,
},
{
index: 7,
header: '(4)、',
header: '(5)、',
inner: ['将参考资料、3D同步上传至附件。'],
type: 1,
},
@@ -229,8 +253,27 @@ const demandTypeInfo = ref<any>({
},
公差: {
name: '公差',
reminder: '',
content: [],
reminder: '公差登记提醒:',
content: [
{
index: 1,
header: '(1)、',
inner: ['若不清楚具体填写细节,请找 钟立源(17343)'],
type: 1,
},
],
},
物流: {
name: '物流',
reminder: '物流登记提醒:',
content: [
{
index: 1,
header: '(1)、',
inner: ['若不清楚具体填写细节,请找 赵必坚(28692)'],
type: 1,
},
],
},
});