小小儁爺
2024-07-30 aeecb103cf6fe1ba8ad5eb1fb22672853172db6a
src/views/materialManager/inventoryList.vue
@@ -35,7 +35,7 @@
            @node-click="getTMaterielData"
          >
            <span slot-scope="{ node, data }" class="custom-tree-node">
              <span v-if="!data.isEdit">{{ data.name }}</span>
              <span v-if="!data.isEdit" class="ellipsis" style="width:150px;">{{ data.name }}</span>
              <span v-if="!data.isEdit">
                <el-tooltip v-del-tab-index class="item" effect="dark" content="编辑" placement="top">
                  <i
@@ -1185,7 +1185,7 @@
    },
    // 确定
    async routeDialogVisibleConfirm() {
      if (this.defaultroute_code === null || this.defaultroute_code === 'null') {
      if (!this.defaultroute_code || this.defaultroute_code === 'null') {
        return this.$message.info('默认工艺路线不能为空!')
      }