cuilei
2025-06-03 fb47cc61311f34e202c64b80cb1c2a5e151f81cb
工具管理-工具出库页面调整
已修改3个文件
19 ■■■■■ 文件已修改
src/views/tms/modules/outBound/OutboundListLeft.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/outBound/OutboundListRight.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/outBound/OutboundModal.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/outBound/OutboundListLeft.vue
@@ -2,7 +2,7 @@
  <a-card
    :loading="cardLoading"
    :bordered="false"
    title="工具信息"
    title="工具出库"
    style="height: 100%;"
  >
    <a-spin :spinning="loading">
src/views/tms/modules/outBound/OutboundListRight.vue
@@ -56,9 +56,9 @@
      </Tooltip>
      <a-button type="primary" @click="selectOutboundOrder">申请单出库</a-button>
      <a-button type="primary" icon="download" @click="handleExportXls('tms_tools_classify')">导出</a-button>
      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
        <a-button type="primary" icon="import">导入</a-button>
      </a-upload>
<!--      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!--        <a-button type="primary" icon="import">导入</a-button>-->
<!--      </a-upload>-->
    </div>
    <!-- table区域-begin -->
@@ -210,7 +210,7 @@
          {
            title:'工具类型',
            align:"center",
            dataIndex: 'signCode'
            dataIndex: 'applicationType'
          },
          {
            title:'中文名称',
@@ -236,6 +236,11 @@
            title:'出库类型',
            align:"center",
            dataIndex: 'outStorehouseType_dictText'
          },
          {
            title:'出库方式',
            align:"center",
            dataIndex: 'operateType'
          },
          {
            title:'库位号',
@@ -277,7 +282,7 @@
          delete: "/tms/baseTools/delete",
          deleteBatch: "/tms/baseTools/deleteBatch",
          edit: '/tms/baseTools/edit',
          exportXlsUrl: "/tms/baseTools/exportXls",
          exportXlsUrl: "/tms/outStoreDetail/exportXls",
          importExcelUrl: "tms/baseTools/importExcel",
          queryParaByToolCode:"/tms/baseTools/queryByToolCode",
          queryByToolCode:"/tms/toolsConfigProperty/queryByToolCode"
src/views/tms/modules/outBound/OutboundModal.vue
@@ -260,6 +260,8 @@
    close () {
      this.$emit('close');
      this.addShow = true
      this.selectBorrowTool = false
      this.model = {}
      this.visible = false;
      this.$refs.form.clearValidate();
    },