diff --git a/src/views/system/orderPro/index.vue b/src/views/system/orderPro/index.vue index 61a627c..8e708ef 100644 --- a/src/views/system/orderPro/index.vue +++ b/src/views/system/orderPro/index.vue @@ -508,7 +508,7 @@ import ImageUpload from '@/components/ImageUpload'; import { getToken } from '@/utils/auth'; import bomInfo from '@/views/system/details/index.vue'; //bom明细 -import processInfo from '@/views/system/route/test.vue'; //工艺信息 +import processInfo from '@/views/system/route/index.vue'; //工艺信息 export default { diff --git a/src/views/system/route/index_backup.vue b/src/views/system/route/index_backup.vue new file mode 100644 index 0000000..ec72791 --- /dev/null +++ b/src/views/system/route/index_backup.vue @@ -0,0 +1,2131 @@ + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + 新增 + + + + + 修改 + + + + + 删除 + + + + + 导出 + + + + 导入工艺 + + + + 导入时间 + + + + 推送工艺 + + + + 更新计划时间 + + + + 更新生产订单 + + + + 生成PDF + + + + 获取标准工艺 + + + + 获取全部工艺 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.firstBatchQuantity }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.processName }} + + + + + + + + + {{ scope.row.processDescription }} + + + + + + + + + + + + + + {{ scope.row.processControl }} + + + + + + + + + {{ scope.row.activityDuration }} + + + + + + + + + + + {{ parseTime(scope.row.xuStartTime, '{y}-{m}-{d}') }} + + + + + + + + + {{ parseTime(scope.row.xuEndTime, '{y}-{m}-{d}') }} + + + + + + + + {{ parseTime(scope.row.planStartTime, '{y}-{m}-{d}') }} + + + + + {{ parseTime(scope.row.planEndTime, '{y}-{m}-{d}') }} + + + + + + + 添加工艺 + + + 保存工艺 + + + + + 确定 + + + 取消 + + + + + + 修改 + + + 删除 + + + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 将文件拖到此处,或点击上传 + + + + 是否更新已经存在的物料数据 + + 仅允许导入xls、xlsx格式文件。 + + + + + + + + + + 将文件拖到此处,或点击上传 + + 仅允许导入xls、xlsx格式文件。 + + + + + + + + + + + {{ currentMaterial.materialCode }} + {{ currentMaterial.materialName }} + {{ currentMaterial.productionOrderNo }} + + + + + + + + + + 新增 + + + 刷新 + + + 导出 + + + + + + + + + + + + + + + + {{ scope.row.singleWeight || '0' }} + + + + + {{ scope.row.quantity || '0' }} + + + + + + 修改 + 删除 + + + + + + + + + + + + + + + + + {{ item.materialName }} + + 编码: {{ item.materialCode }} + 材质: {{ item.materialType }} + 单位: {{ item.classificationName }} + 库存: {{ item.singleWeight || '0' }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 工艺路线信息 + + + + + + + + + + {{ selectedRouteId === scope.row.id ? '查看中' : '查看' }} + + + + + + + + + 工序信息 - {{ selectedRoute.fnumber }} + + + + + + + + + + {{ scope.row.activityDuration }} {{ scope.row.activityUnit }} + + + + + + + + + + +