Преглед изворни кода

在生产计划表单中增加生产编号字段

yusheng пре 7 месеци
родитељ
комит
a1f3736bba
1 измењених фајлова са 33 додато и 0 уклоњено
  1. 33 0
      src/views/productionPlan/components/factoryAdd/index.vue

+ 33 - 0
src/views/productionPlan/components/factoryAdd/index.vue

@@ -72,6 +72,22 @@
         </el-row>
 
         <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-form-item
               label="计划开始日期:"
@@ -187,6 +203,15 @@
               ></el-input>
               <!-- placeholder="输入要求生产数量" @input="tableHandleKeyUp(row, 'sum')"></el-input> -->
             </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 }">
               <el-select
@@ -623,6 +648,14 @@
             align: 'center',
             minWidth: 140
           },
+          // {
+          //   slot: 'productionCodes',
+          //   prop: 'productionCodes',
+          //   label: '生产编号',
+          //   align: 'center',
+          //   minWidth: 140
+          // },
+
           {
             slot: 'moCount',
             prop: 'moCount',