|
@@ -162,6 +162,10 @@
|
|
|
align="center"
|
|
|
width="150px"
|
|
|
>
|
|
|
+ <template slot="header">
|
|
|
+ <span>原料炉批号</span>
|
|
|
+ <span class="star">*</span>
|
|
|
+ </template>
|
|
|
<template slot-scope="{ row }">
|
|
|
<div style="color: #42d885;cursor: pointer;" @click="changeMetral(row)">
|
|
|
<span v-if="row.furnaceBatchNo">{{ row.furnaceBatchNo }}</span>
|
|
@@ -177,6 +181,10 @@
|
|
|
width="150px"
|
|
|
align="center"
|
|
|
>
|
|
|
+ <template slot="header">
|
|
|
+ <span>{{$t("runCenter.table.orderSldPro.bomNum")}}</span>
|
|
|
+ <span class="star">*</span>
|
|
|
+ </template>
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-input-number
|
|
|
v-model="row.bomNum"
|
|
@@ -193,6 +201,10 @@
|
|
|
width="220px"
|
|
|
align="center"
|
|
|
>
|
|
|
+ <template slot="header">
|
|
|
+ <span>{{$t("runCenter.table.orderSldPro.deliveryTime")}}</span>
|
|
|
+ <span class="star">*</span>
|
|
|
+ </template>
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-date-picker
|
|
|
v-model="row.deliveryTime"
|
|
@@ -697,4 +709,9 @@ export default {
|
|
|
margin-left: 10px;
|
|
|
color: #1890ff;
|
|
|
}
|
|
|
+.star {
|
|
|
+ color: #F56C6C;
|
|
|
+ font-size: 14px;
|
|
|
+ margin-right: 4px;
|
|
|
+ }
|
|
|
</style>
|