|
@@ -72,6 +72,22 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
<el-row :gutter="24">
|
|
<el-row :gutter="24">
|
|
|
|
|
+ <el-col :span="6">
|
|
|
|
|
+ <el-form-item
|
|
|
|
|
+ label="生产编号:"
|
|
|
|
|
+ label-width="110px"
|
|
|
|
|
+ prop="productionCodes"
|
|
|
|
|
+ >
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-model="form.productionCodes"
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ style="width: 100%"
|
|
|
|
|
+ placeholder=" "
|
|
|
|
|
+ ></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="计划开始日期:"
|
|
label="计划开始日期:"
|
|
@@ -187,6 +203,15 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
<!-- placeholder="输入要求生产数量" @input="tableHandleKeyUp(row, 'sum')"></el-input> -->
|
|
<!-- placeholder="输入要求生产数量" @input="tableHandleKeyUp(row, 'sum')"></el-input> -->
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <!-- <template v-slot:productionCodes="{ row, $index }">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-model="row.productionCodes"
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ type="text"
|
|
|
|
|
+ style="width: 100%"
|
|
|
|
|
+ placeholder=" "
|
|
|
|
|
+ ></el-input>
|
|
|
|
|
+ </template> -->
|
|
|
|
|
|
|
|
<template v-slot:productType="{ row, $index }">
|
|
<template v-slot:productType="{ row, $index }">
|
|
|
<el-select
|
|
<el-select
|
|
@@ -623,6 +648,14 @@
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
minWidth: 140
|
|
minWidth: 140
|
|
|
},
|
|
},
|
|
|
|
|
+ // {
|
|
|
|
|
+ // slot: 'productionCodes',
|
|
|
|
|
+ // prop: 'productionCodes',
|
|
|
|
|
+ // label: '生产编号',
|
|
|
|
|
+ // align: 'center',
|
|
|
|
|
+ // minWidth: 140
|
|
|
|
|
+ // },
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
slot: 'moCount',
|
|
slot: 'moCount',
|
|
|
prop: 'moCount',
|
|
prop: 'moCount',
|