diff --git a/src/api/mes/md/item/productSip/index.ts b/src/api/mes/md/item/productSip/index.ts index 7cd2a08d3..f3e0999c9 100644 --- a/src/api/mes/md/item/productSip/index.ts +++ b/src/api/mes/md/item/productSip/index.ts @@ -4,7 +4,7 @@ import request from '@/config/axios' export interface MdProductSipVO { id?: number // SIP 编号 itemId: number // 物料产品 ID - orderNumber: number // 排列顺序 + sort: number // 排列顺序 processId?: number // 工序 ID title: string // 标题 description?: string // 详细描述 diff --git a/src/api/mes/md/item/productSop/index.ts b/src/api/mes/md/item/productSop/index.ts index f5b83b58e..a1e290747 100644 --- a/src/api/mes/md/item/productSop/index.ts +++ b/src/api/mes/md/item/productSop/index.ts @@ -4,7 +4,7 @@ import request from '@/config/axios' export interface MdProductSopVO { id?: number // SOP 编号 itemId: number // 物料产品 ID - orderNumber: number // 排列顺序 + sort: number // 排列顺序 processId?: number // 工序 ID title: string // 标题 description?: string // 详细描述 diff --git a/src/views/mes/md/components/ItemProductSelect.vue b/src/views/mes/md/components/ItemProductSelect.vue new file mode 100644 index 000000000..76a29a762 --- /dev/null +++ b/src/views/mes/md/components/ItemProductSelect.vue @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + + + + + {{ getItemOrProductLabel(scope.row.itemOrProduct) }} + + + + + + + + + + 确 定 + 取 消 + + + + + diff --git a/src/views/mes/md/item/MdProductBomForm.vue b/src/views/mes/md/item/MdProductBomForm.vue index bed207833..32416f78d 100644 --- a/src/views/mes/md/item/MdProductBomForm.vue +++ b/src/views/mes/md/item/MdProductBomForm.vue @@ -1,7 +1,7 @@ - + 添加 BOM 物料 @@ -18,81 +18,63 @@ - 编辑 + 编辑 删除 - - - - - - - - + + + + + + + + + + + + + + - + - 确 定 - 取 消 + 确 定 + 取 消 - - - - - - - - - - - - 确 定 - 取 消 - - + +