|
|
@@ -464,73 +464,37 @@
|
|
|
:header-cell-style="{ padding: '0px' }" :highlight-current-row="true" @row-click="chejianRowClick"
|
|
|
style="width: 100%;height: 80vh" border tooltip-effect="dark" :data="chejianData" row-key="ID" @selection-change="PC_handleChange"
|
|
|
>
|
|
|
- <!-- 制程列表-->
|
|
|
+ <!-- 车缝小烫车间列表-->
|
|
|
<el-table-column type="selection" width="30" />
|
|
|
<template v-for="item in [
|
|
|
- { align:'left', title:'序号', prop: '序号', width: 100, sortable: 'sortable',fixed:'fixed', },
|
|
|
+ { align:'left', title:'序号', prop: '序号', width: 80, sortable: 'sortable',fixed:'fixed', },
|
|
|
{ align:'left', title:'订单号', prop: '订单号', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '生产款号', prop: '生产款号', width: 100, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '生产款号', prop: '生产款号', width: 120, sortable: 'sortable', },
|
|
|
{ align:'left', title: '订单子编号', prop: '订单子编号', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '颜色', prop: '颜色', width: 100, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '颜色', prop: '颜色', width: 80, sortable: 'sortable', },
|
|
|
{ align:'left', title: '制单总数', prop: '制单总数', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '排产数量', prop: '排产数量', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '工作中心', prop: '工作中心', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '部门', prop: '部门', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '客户', prop: '客户', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '落货日期', prop: '落货日期', width: 200, sortable: 'sortable', },
|
|
|
- { align:'left', title: '款式', prop: '款式', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { align:'left', title: '箱唛要求', prop: '箱唛要求', width: 230, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '客户', prop: '客户', width: 80, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '落货日期', prop: '落货日期', width: 110, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '款式', prop: '款式', width: 80, align:'center', sortable: 'sortable', },
|
|
|
+ { align:'left', title: '箱唛要求', prop: '箱唛要求', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '面料', prop: '面料', width: 280, sortable: 'sortable', },
|
|
|
{ align:'left', title: '要求', prop: '要求', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '船样描述', prop: '船样描述', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '船样合计', prop: '船样合计', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '粘衬', prop: '粘衬', width: 100 , sortable: 'sortable', },
|
|
|
- { align:'left', title: '订单数量', prop: '订单数量', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '单位', prop: '单位', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '审核', prop: '审核', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '审核日期', prop: '审核日期', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '排产时间', prop: '排产时间', width: 120, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '订单数量', prop: '订单数量', width: 110, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '单位', prop: '单位', width: 80, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '审核', prop: '审核', width: 80, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '审核日期', prop: '审核日期', width: 110, sortable: 'sortable', },
|
|
|
+ { align:'left', title: '排产时间', prop: '排产时间', width: 110, sortable: 'sortable', },
|
|
|
{ align:'left', title: '排产人', prop: '排产人', width: 120, sortable: 'sortable', },
|
|
|
]">
|
|
|
<el-table-column :align="item.align" :label="item.title" :fixed="item.fixed" :prop="item.prop" :width="item.width" :sortable="item.sortable" />
|
|
|
</template>
|
|
|
</el-table>
|
|
|
- <!-- 制程列表-->
|
|
|
- <!-- <el-table ref="chejianfuRef"
|
|
|
- :show-overflow-tooltip="true" :row-style="{ height: '20px' }"
|
|
|
- :cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
- :header-cell-style="{ padding: '0px' }" :highlight-current-row="true" @row-click="chejianfuRowClick"
|
|
|
- style="width: 100%;height: 49vh;margin-top: 10px" border tooltip-effect="dark" :data="chejianfuData" row-key="ID" @selection-change="ZP_handleChange">
|
|
|
- <el-table-column type="selection" width="30" />
|
|
|
- <template v-for="item in [
|
|
|
- { align:'left', title:'序号', prop: '序号', width: 100, sortable: 'sortable',fixed:'fixed', },
|
|
|
- { align:'left', title:'订单号', prop: '订单号', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '生产款号', prop: '生产款号', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '订单子编号', prop: '订单子编号', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '颜色', prop: '颜色', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '制单总数', prop: '制单总数', width: 110, sortable: 'sortable', },
|
|
|
- { align:'left', title: '排产数量', prop: '排产数量', width: 110, sortable: 'sortable', },
|
|
|
- { align:'left', title: '工作中心', prop: '工作中心', width: 110, sortable: 'sortable', },
|
|
|
- { align:'left', title: '部门', prop: '部门', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '客户', prop: '客户', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '落货日期', prop: '落货日期', width: 200, sortable: 'sortable', },
|
|
|
- { align:'left', title: '款式', prop: '款式', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { align:'left', title: '箱唛要求', prop: '箱唛要求', width: 230, sortable: 'sortable', },
|
|
|
- { align:'left', title: '面料', prop: '面料', width: 280, sortable: 'sortable', },
|
|
|
- { align:'left', title: '要求', prop: '要求', width: 110, sortable: 'sortable', },
|
|
|
- { align:'left', title: '船样描述', prop: '船样描述', width: 110, sortable: 'sortable', },
|
|
|
- { align:'left', title: '船样合计', prop: '船样合计', width: 110, sortable: 'sortable', },
|
|
|
- { align:'left', title: '粘衬', prop: '粘衬', width: 100 , sortable: 'sortable', },
|
|
|
- { align:'left', title: '订单数量', prop: '订单数量', width: 100, sortable: 'sortable', },
|
|
|
- { align:'left', title: '单位', prop: '单位', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '审核', prop: '审核', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '审核日期', prop: '审核日期', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '排产时间', prop: '排产时间', width: 120, sortable: 'sortable', },
|
|
|
- { align:'left', title: '排产人', prop: '排产人', width: 120, sortable: 'sortable', },
|
|
|
- ]">
|
|
|
- <el-table-column :align="item.align" :label="item.title" :fixed="item.fixed" :prop="item.prop" :width="item.width" :sortable="item.sortable" />
|
|
|
- </template> -->
|
|
|
- <!-- </el-table> -->
|
|
|
</div>
|
|
|
</el-main>
|
|
|
</layout-content>
|
|
|
@@ -629,81 +593,81 @@ const sctreeData = ref([
|
|
|
//上方表格
|
|
|
const tableFields = ref({
|
|
|
"计划中": [
|
|
|
- { title:'序号', prop: '序号', width: 100, align:'center',sortable: 'sortable', },
|
|
|
+ { title:'序号', prop: '序号', width: 80, align:'center',sortable: 'sortable', },
|
|
|
{ title:'订单号', prop: '订单号', width: 100, align:'left',sortable: 'sortable', },
|
|
|
{ title: '生产款号', prop: '生产款号', width: 100, align:'center', sortable: 'sortable', },
|
|
|
{ title: '订单子编号', prop: '订单子编号', width: 120, align:'center', sortable: 'sortable', },
|
|
|
- { title: '颜色', prop: '颜色', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '制单总数', prop: '制单总数', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '工作中心', prop: '工作中心', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '部门', prop: '部门', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '客户', prop: '客户', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { title: '落货日期', prop: '落货日期', width: 200, align:'left', sortable: 'sortable', },
|
|
|
- { title: '款式', prop: '款式', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { title: '箱唛要求', prop: '箱唛要求', width: 230, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '颜色', prop: '颜色', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '制单总数', prop: '制单总数', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '工作中心', prop: '工作中心', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '部门', prop: '部门', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户', prop: '客户', width: 80, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '落货日期', prop: '落货日期', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '款式', prop: '款式', width: 80, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '箱唛要求', prop: '箱唛要求', width: 100, align:'left', sortable: 'sortable', },
|
|
|
{ title: '面料', prop: '面料', width: 280, align:'left', sortable: 'sortable', },
|
|
|
- { title: '要求', prop: '要求', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '船样描述', prop: '船样描述', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '船样合计', prop: '船样合计', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '粘衬', prop: '粘衬', width: 100 , align:'left', sortable: 'sortable', },
|
|
|
+ { title: '要求', prop: '要求', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '船样描述', prop: '船样描述', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '船样合计', prop: '船样合计', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '粘衬', prop: '粘衬', width: 80 , align:'left', sortable: 'sortable', },
|
|
|
{ title: '订单数量', prop: '订单数量', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '单位', prop: '单位', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '审核', prop: '审核', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '审核日期', prop: '审核日期', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '单位', prop: '单位', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '审核', prop: '审核', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '审核日期', prop: '审核日期', width: 100, align:'left', sortable: 'sortable', },
|
|
|
],
|
|
|
"制程中": [
|
|
|
- { title:'序号', prop: '序号', width: 100, align:'center',sortable: 'sortable', },
|
|
|
+ { title:'序号', prop: '序号', width: 80, align:'center',sortable: 'sortable', },
|
|
|
{ title:'订单号', prop: '订单号', width: 100, align:'left',sortable: 'sortable', },
|
|
|
{ title: '生产款号', prop: '生产款号', width: 100, align:'center', sortable: 'sortable', },
|
|
|
{ title: '订单子编号', prop: '订单子编号', width: 120, align:'center', sortable: 'sortable', },
|
|
|
- { title: '颜色', prop: '颜色', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '制单总数', prop: '制单总数', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '排产数量', prop: '排产数量', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '工作中心', prop: '工作中心', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '部门', prop: '部门', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '客户', prop: '客户', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { title: '落货日期', prop: '落货日期', width: 200, align:'left', sortable: 'sortable', },
|
|
|
- { title: '款式', prop: '款式', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { title: '箱唛要求', prop: '箱唛要求', width: 230, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '颜色', prop: '颜色', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '制单总数', prop: '制单总数', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '排产数量', prop: '排产数量', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '工作中心', prop: '工作中心', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '部门', prop: '部门', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户', prop: '客户', width: 80, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '落货日期', prop: '落货日期', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '款式', prop: '款式', width: 80, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '箱唛要求', prop: '箱唛要求', width: 100, align:'left', sortable: 'sortable', },
|
|
|
{ title: '面料', prop: '面料', width: 280, align:'left', sortable: 'sortable', },
|
|
|
- { title: '要求', prop: '要求', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '船样描述', prop: '船样描述', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '船样合计', prop: '船样合计', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '粘衬', prop: '粘衬', width: 100 , align:'left', sortable: 'sortable', },
|
|
|
+ { title: '要求', prop: '要求', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '船样描述', prop: '船样描述', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '船样合计', prop: '船样合计', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '粘衬', prop: '粘衬', width: 80 , align:'left', sortable: 'sortable', },
|
|
|
{ title: '订单数量', prop: '订单数量', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '单位', prop: '单位', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '审核', prop: '审核', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '审核日期', prop: '审核日期', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '排产时间', prop: '排产时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '单位', prop: '单位', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '审核', prop: '审核', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '审核日期', prop: '审核日期', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '排产时间', prop: '排产时间', width: 100, align:'left', sortable: 'sortable', },
|
|
|
{ title: '排产人', prop: '排产人', width: 120, align:'left', sortable: 'sortable', },
|
|
|
],
|
|
|
"已完工": [
|
|
|
- { title:'序号', prop: '序号', width: 100, align:'center',sortable: 'sortable', },
|
|
|
+ { title:'序号', prop: '序号', width: 80, align:'center',sortable: 'sortable', },
|
|
|
{ title:'订单号', prop: '订单号', width: 100, align:'left',sortable: 'sortable', },
|
|
|
{ title: '生产款号', prop: '生产款号', width: 100, align:'center', sortable: 'sortable', },
|
|
|
{ title: '订单子编号', prop: '订单子编号', width: 120, align:'center', sortable: 'sortable', },
|
|
|
- { title: '颜色', prop: '颜色', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '制单总数', prop: '制单总数', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '排产数量', prop: '排产数量', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '完工数量', prop: '完工数量', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '工作中心', prop: '工作中心', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '部门', prop: '部门', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '客户', prop: '客户', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { title: '落货日期', prop: '落货日期', width: 200, align:'left', sortable: 'sortable', },
|
|
|
- { title: '款式', prop: '款式', width: 100, align:'center', sortable: 'sortable', },
|
|
|
- { title: '箱唛要求', prop: '箱唛要求', width: 230, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '颜色', prop: '颜色', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '制单总数', prop: '制单总数', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '排产数量', prop: '排产数量', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '完工数量', prop: '完工数量', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '工作中心', prop: '工作中心', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '部门', prop: '部门', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户', prop: '客户', width: 80, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '落货日期', prop: '落货日期', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '款式', prop: '款式', width: 80, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '箱唛要求', prop: '箱唛要求', width: 100, align:'left', sortable: 'sortable', },
|
|
|
{ title: '面料', prop: '面料', width: 280, align:'left', sortable: 'sortable', },
|
|
|
- { title: '要求', prop: '要求', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '船样描述', prop: '船样描述', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '船样合计', prop: '船样合计', width: 110, align:'left', sortable: 'sortable', },
|
|
|
- { title: '粘衬', prop: '粘衬', width: 100 , align:'left', sortable: 'sortable', },
|
|
|
+ { title: '要求', prop: '要求', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '船样描述', prop: '船样描述', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '船样合计', prop: '船样合计', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '粘衬', prop: '粘衬', width: 80 , align:'left', sortable: 'sortable', },
|
|
|
{ title: '订单数量', prop: '订单数量', width: 100, align:'left', sortable: 'sortable', },
|
|
|
- { title: '单位', prop: '单位', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '审核', prop: '审核', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '审核日期', prop: '审核日期', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '排产时间', prop: '排产时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '单位', prop: '单位', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '审核', prop: '审核', width: 80, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '审核日期', prop: '审核日期', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '排产时间', prop: '排产时间', width: 100, align:'left', sortable: 'sortable', },
|
|
|
{ title: '排产人', prop: '排产人', width: 120, align:'left', sortable: 'sortable', },
|
|
|
- { title: '完工时间', prop: '完工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '完工时间', prop: '完工时间', width: 100, align:'left', sortable: 'sortable', },
|
|
|
]
|
|
|
})
|
|
|
//排程中、制程中下方表格列表
|
|
|
@@ -869,9 +833,9 @@ const handleNodeClick = async (node) => {
|
|
|
const cjData =[
|
|
|
{
|
|
|
'序号':'1',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-1',
|
|
|
+ '订单子编号':'2408001-1',
|
|
|
'颜色':'红色',
|
|
|
'制单总数':'90',
|
|
|
'排产数量':'50',
|
|
|
@@ -923,9 +887,9 @@ const schandleNodeClick = async (node) => {
|
|
|
const jhz_Projectdata = [
|
|
|
{
|
|
|
'序号':'1',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-1',
|
|
|
+ '订单子编号':'2408001-1',
|
|
|
'颜色':'红色',
|
|
|
'制单总数':'90',
|
|
|
'工作中心':'--',
|
|
|
@@ -946,16 +910,16 @@ const schandleNodeClick = async (node) => {
|
|
|
},
|
|
|
{
|
|
|
'序号':'2',
|
|
|
- '订单号':'',
|
|
|
- '生产款号':'',
|
|
|
- '订单子编号':'XXX001-2',
|
|
|
- '颜色':'黑色',
|
|
|
+ '订单号':'2408001',
|
|
|
+ '生产款号':'2403-1623款',
|
|
|
+ '订单子编号':'2408001-2',
|
|
|
+ '颜色':'蓝色',
|
|
|
'制单总数':'80',
|
|
|
'工作中心':'--',
|
|
|
'部门':'--',
|
|
|
'客户':'DC-7',
|
|
|
'落货日期':'2024/7/20',
|
|
|
- '款式':'连衣裙',
|
|
|
+ '款式':'长袖',
|
|
|
'箱唛要求':'折箱装修',
|
|
|
'面料':'面布:乱麻复合布;拼布:AZ666雪纺…',
|
|
|
'要求':'',
|
|
|
@@ -984,9 +948,9 @@ const schandleNodeClick = async (node) => {
|
|
|
const zcz_Projectdata = [
|
|
|
{
|
|
|
'序号':'1',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-1',
|
|
|
+ '订单子编号':'2408001-1',
|
|
|
'颜色':'红色',
|
|
|
'制单总数':'90',
|
|
|
'排产数量':'50',
|
|
|
@@ -1010,9 +974,9 @@ const schandleNodeClick = async (node) => {
|
|
|
},
|
|
|
{
|
|
|
'序号':'2',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-1',
|
|
|
+ '订单子编号':'2408001-1',
|
|
|
'颜色':'红色',
|
|
|
'制单总数':'90',
|
|
|
'排产数量':'40',
|
|
|
@@ -1036,9 +1000,9 @@ const schandleNodeClick = async (node) => {
|
|
|
},
|
|
|
{
|
|
|
'序号':'3',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-2',
|
|
|
+ '订单子编号':'2408001-2',
|
|
|
'颜色':'黑色',
|
|
|
'制单总数':'80',
|
|
|
'排产数量':'80',
|
|
|
@@ -1070,9 +1034,9 @@ const schandleNodeClick = async (node) => {
|
|
|
const ywg_Projectdata = [
|
|
|
{
|
|
|
'序号':'1',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-1',
|
|
|
+ '订单子编号':'2408001-1',
|
|
|
'颜色':'红色',
|
|
|
'制单总数':'90',
|
|
|
'排产数量':'50',
|
|
|
@@ -1098,9 +1062,9 @@ const schandleNodeClick = async (node) => {
|
|
|
},
|
|
|
{
|
|
|
'序号':'2',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-1',
|
|
|
+ '订单子编号':'2408001-1',
|
|
|
'颜色':'红色',
|
|
|
'制单总数':'90',
|
|
|
'排产数量':'40',
|
|
|
@@ -1126,9 +1090,9 @@ const schandleNodeClick = async (node) => {
|
|
|
},
|
|
|
{
|
|
|
'序号':'3',
|
|
|
- '订单号':'XXX001',
|
|
|
+ '订单号':'2408001',
|
|
|
'生产款号':'2403-1622款',
|
|
|
- '订单子编号':'XXX001-2',
|
|
|
+ '订单子编号':'2408001-2',
|
|
|
'颜色':'黑色',
|
|
|
'制单总数':'80',
|
|
|
'排产数量':'80',
|
|
|
@@ -1575,7 +1539,7 @@ const gdyj_clearFormData = () => {
|
|
|
Object.keys(zdsformdata).forEach(key => {
|
|
|
zdsformdata[key] = '';
|
|
|
});
|
|
|
- add_yjzlformdata['ddzbh'] = 'XXX001-1';
|
|
|
+ add_yjzlformdata['ddzbh'] = '2408001-1';
|
|
|
add_yjzlformdata['ys'] = '红色';
|
|
|
add_yjzlformdata['cmgg'] = '32~46';
|
|
|
add_yjzlformdata['sfcy'] = '是';
|