ysy 1 rok temu
rodzic
commit
58994da447

+ 1 - 26
src/views/productionPlan/components/unpackDialog.vue

@@ -95,24 +95,6 @@
             {{ formData.splitResidue }}
           </template>
 
-          <template v-slot:reqMoldTime="scope">
-            <el-form-item
-              v-if="requiredFormingNum != 0"
-              :prop="'surplusUnpack.' + scope.$index + '.reqMoldTime'"
-              :rules="{
-                required: true,
-                message: '请选择开始计划时间',
-                trigger: 'change'
-              }"
-            >
-              <el-date-picker
-                class="w100"
-                v-model="scope.row.reqMoldTime"
-                type="date"
-                value-format="yyyy-MM-dd"
-              ></el-date-picker>
-            </el-form-item>
-          </template>
         </ele-pro-table>
 
         <headerTitle title="拆批" class="mt20"> </headerTitle>
@@ -230,13 +212,7 @@
             slot: 'requiredFormingNum',
             minWidth: 200
           },
-          {
-            prop: 'reqMoldTime',
-            label: '要求完成日期',
-            align: 'center',
-            slot: 'reqMoldTime',
-            minWidth: 200
-          }
+ 
         ],
 
         columns2: [
@@ -310,7 +286,6 @@
           joinPlanCode: this.formData.code,
           requiredFormingNum:  this.formData.splitBatch == 1 ? this.formData.splitResidue : this.formData.requiredFormingNum,
           batchNo: this.formData.batchNo,
-          reqMoldTime: '',
           isCopy: 1
         });
       },