|
@@ -34,7 +34,7 @@
|
|
|
@click="aps1"
|
|
|
>批量排程
|
|
|
<template #icon>
|
|
|
- <svg-icon icon-class="paicheng"></svg-icon>
|
|
|
+ <svg-icon icon-class="paicheng" />
|
|
|
</template>
|
|
|
</el-button>
|
|
|
</template>
|
|
@@ -65,7 +65,7 @@
|
|
|
:size="size"
|
|
|
>排程
|
|
|
<template #icon>
|
|
|
- <svg-icon icon-class="paicheng"></svg-icon>
|
|
|
+ <svg-icon icon-class="paicheng" />
|
|
|
</template>
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -77,7 +77,7 @@
|
|
|
:size="size"
|
|
|
>冻结
|
|
|
<template #icon>
|
|
|
- <svg-icon icon-class="dongjie"></svg-icon>
|
|
|
+ <svg-icon icon-class="dongjie" />
|
|
|
</template>
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -89,7 +89,7 @@
|
|
|
:size="size"
|
|
|
>解冻
|
|
|
<template #icon>
|
|
|
- <svg-icon icon-class="jiedong"></svg-icon>
|
|
|
+ <svg-icon icon-class="jiedong" />
|
|
|
</template>
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -105,7 +105,7 @@
|
|
|
<el-button text @click="showSeqPage(row)" type="primary" :size="size"
|
|
|
>流转卡号
|
|
|
<template #icon>
|
|
|
- <svg-icon icon-class="luozhuankahao"></svg-icon>
|
|
|
+ <svg-icon icon-class="luozhuankahao" />
|
|
|
</template>
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -124,7 +124,7 @@
|
|
|
:size="size"
|
|
|
>领用申请
|
|
|
<template #icon>
|
|
|
- <svg-icon icon-class="lingyongshenqing"></svg-icon>
|
|
|
+ <svg-icon icon-class="lingyongshenqing" />
|
|
|
</template>
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -134,7 +134,7 @@
|
|
|
:size="size"
|
|
|
>生产准备
|
|
|
<template #icon>
|
|
|
- <svg-icon icon-class="shengchanzhunbei"></svg-icon>
|
|
|
+ <svg-icon icon-class="shengchanzhunbei" />
|
|
|
</template>
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -165,7 +165,7 @@
|
|
|
width="80%"
|
|
|
@close="dialog.visible = false"
|
|
|
>
|
|
|
- <order-page queryType="1" @orderInfo="orderInfo" />
|
|
|
+ <order-page queryType="1" @order-info="orderInfo" />
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog
|
|
@@ -177,7 +177,7 @@
|
|
|
<choice-route-page
|
|
|
:processRouteType="processRouteType"
|
|
|
:material-code="form.materialCode"
|
|
|
- @routeInfo="routeInfo"
|
|
|
+ @route-info="routeInfo"
|
|
|
/>
|
|
|
</el-dialog>
|
|
|
|
|
@@ -187,7 +187,7 @@
|
|
|
width="80%"
|
|
|
@close="dialog2.visible = false"
|
|
|
>
|
|
|
- <choice-workshop-page @workShopInfo="workShopInfo" />
|
|
|
+ <choice-workshop-page @work-shop-info="workShopInfo" />
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog
|
|
@@ -199,7 +199,7 @@
|
|
|
<choice-line-page
|
|
|
:parentCode="form.workshopCode"
|
|
|
:materialCode="form.materialCode"
|
|
|
- @lineInfo="lineInfo"
|
|
|
+ @line-info="lineInfo"
|
|
|
/>
|
|
|
</el-dialog>
|
|
|
|
|
@@ -248,7 +248,7 @@
|
|
|
:label="item.dictLabel"
|
|
|
:value="item.dictValue"
|
|
|
:key="item.dictValue"
|
|
|
- ></el-option>
|
|
|
+ />
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="排程类型" prop="apsModel">
|
|
@@ -262,7 +262,7 @@
|
|
|
:label="item.dictLabel"
|
|
|
:value="item.dictValue"
|
|
|
:key="item.dictValue"
|
|
|
- ></el-option>
|
|
|
+ />
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
@@ -667,6 +667,9 @@ option.value = Object.assign(option.value, {
|
|
|
if (column.boxType) {
|
|
|
dialog2.visible = true;
|
|
|
}
|
|
|
+ if (column.boxType == "edit") {
|
|
|
+ form.value.productLineName = "";
|
|
|
+ }
|
|
|
},
|
|
|
},
|
|
|
{
|