loulijun2021
2023-12-19 0696d8d133a06348bd7be04cd09ae6d0ce0cec0a
src/views/basicSettings/warehouseList.vue
@@ -5,13 +5,13 @@
        <el-button v-waves type="primary" icon="el-icon-circle-plus-outline" @click="add('add')">新增</el-button>
        <div style="display:flex">
          <el-button
            v-waves
            type="success"
            icon="el-icon-download"
            @click="$router.push('./../systemSetting/dataImport?fileCode=6')"
          >导入
          </el-button>
          <!--          <el-button-->
          <!--            v-waves-->
          <!--            type="success"-->
          <!--            icon="el-icon-download"-->
          <!--            @click="$router.push('./../systemSetting/dataImport?fileCode=6')"-->
          <!--          >导入-->
          <!--          </el-button>-->
          <el-button v-waves icon="el-icon-refresh-right" @click="syncERP">同步仓库</el-button>
        </div>
      </div>
@@ -152,11 +152,11 @@
              {{ row.description ? row.description : '/' }}
            </template>
          </el-table-column>
          <el-table-column
            prop="data_sources"
            label="数据来源"
            sortable="custom"
          />
          <!--          <el-table-column-->
          <!--            prop="data_sources"-->
          <!--            label="数据来源"-->
          <!--            sortable="custom"-->
          <!--          />-->
          <el-table-column
            prop="username"
            label="创建人员"