hyingbo
2025-07-10 28180941f0a44cc8f9dcd7b0ee4a02dd9eead6c8
src/views/dnc/base/modules/ProductStructure/ProcessStep/ProcessStepModalForm.vue
@@ -15,14 +15,6 @@
      </a-row>
      <a-row>
        <a-col :span="24">
          <a-form-model-item label="加工设备编号" :labelCol="labelColLong" :wrapperCol="wrapperColLong">
            <j-dict-select-tag v-model="model.deviceNo" placeholder="请选择加工设备编号" dictCode="mdc_equipment,equipment_id,equipment_id"/>
          </a-form-model-item>
        </a-col>
      </a-row>
      <a-row>
        <a-col :span="12">
          <a-form-model-item label="加工设备型号">
            <a-input v-model="model.processingEquipmentModel" placeholder="请输入加工设备型号"></a-input>
@@ -34,7 +26,6 @@
          </a-form-model-item>
        </a-col>
      </a-row>
      <a-row>
        <a-col :span="12">
@@ -71,11 +62,6 @@
  export default {
    name: 'ProcessStepModalForm',
    components: {},
    props: {
      allDeviceList: {
        type: Array
      }
    },
    data() {
      return {
        model: {