value
2024-05-16 083c818af77d33d619dba3dc20f94e996225a1c7
src/components/view/a5-capacity-scope.vue
@@ -224,14 +224,15 @@
            props:{
              value:'name',
              label:'name',
              checkStrictly: true
              checkStrictly: true,
              multiple: true
            }
          },
          requiredAdd: ['sonLaboratory', 'inspectionItem', 'manHour', 'inspectionItemType', 'inspectionValueType',
            'unit', 'method', 'price', 'manDay'
          requiredAdd: ['sonLaboratory', 'inspectionItem', 'inspectionItemType', 'inspectionValueType',
            'unit', 'method', 'manDay', 'templateId'
          ],
          requiredUp: ['sonLaboratory', 'inspectionItem', 'manHour', 'inspectionItemType', 'inspectionValueType',
            'unit', 'method', 'price', 'manDay'
          requiredUp: ['sonLaboratory', 'inspectionItem', 'inspectionItemType', 'inspectionValueType',
            'unit', 'method', 'manDay', 'templateId'
          ]
        },
        testObjectData: {
@@ -335,6 +336,7 @@
        if (this.radio === '0') {
          this.showItemParameter = true;
          this.showTestObject = false;
          this.selectTestObjectByName()
          /* this.$nextTick(() => {
             this.$refs.itemParameterTable.selectList()
          }) */
@@ -347,6 +349,7 @@
      refreshTable() {
        if (this.radio === '0') {
          this.$refs['itemParameterTable'].selectList()
        } else {
          this.$refs['testObjectTable'].selectList()
        }