zouyu
2023-11-29 64f4a81140aa0e50d0aa5a78ab814e375af30fef
src/views/common/rawMaterial-part.vue
@@ -112,6 +112,14 @@
              searchInfoType: 'text'
            },
            {
              minWidth: '120',
              prop: 'projectName',
              label: '项目名称',
              isTrue: true,
              isSearch: true,
              searchInfoType: 'text'
           },
            {
              minWidth: '100',
              prop: 'name',
              label: '原材料名称',
@@ -178,6 +186,7 @@
    mounted() {
    },
    // props:['currentRow'],
    methods: {
      getData() {
        if (this.$refs.rawPartTable !== undefined) {
@@ -185,6 +194,8 @@
        }
      },
      saveSelectRow() {
        // console.log(this.multipleSelection);
        console.log();
        if (this.multiSelect) {
          this.$emit('handleSelectionChange', this.multipleSelection)
        } else {
@@ -196,6 +207,7 @@
          )
        }
        this.innerVisible = false
        this.$parent.costPlannedAmountChange(this.currentRow)
      },
      handleCurrentChange(row) {
        this.currentRow = row