소스 검색

修改bug

chenrui 1 년 전
부모
커밋
5f058b0a5a
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/views/bulkManagement/bulkImport/chooseImportModal.vue
  2. 1 1
      src/views/inventoryManagement/inventoryImport/detailList.vue

+ 2 - 2
src/views/bulkManagement/bulkImport/chooseImportModal.vue

@@ -115,12 +115,12 @@ export default {
       listData: [],
       // 表头
       columns: [
-        { title: '序号', dataIndex: 'no', width: 50, align: 'center' },
+        { title: '序号', dataIndex: 'no', width: 30, align: 'center' },
         { title: '产品编码', dataIndex: 'productCode', align: 'center', width: 100, customRender: function (text) { return text || '--' } },
         { title: '原厂编码', dataIndex: 'productOrigCode', align: 'center', width: 100, customRender: function (text) { return text || '--' } },
         { title: '产品品牌', dataIndex: 'productBrandName', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '供应商', dataIndex: 'supplierName', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '产品名称', dataIndex: 'productName', align: 'center', width: 100, customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '产品名称', dataIndex: 'productName', align: 'center', width: 120, customRender: function (text) { return text || '--' } },
         { title: '产品一级分类', dataIndex: 'productTypeName1', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品二级分类', dataIndex: 'productTypeName2', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品三级分类', dataIndex: 'productTypeName3', width: 100, align: 'center', customRender: function (text) { return text || '--' } },

+ 1 - 1
src/views/inventoryManagement/inventoryImport/detailList.vue

@@ -191,7 +191,7 @@ export default {
       this.queryParam.importType = this.typeInfo
       this.queryParam.productEntity.code = ''
       this.queryParam.productEntity.name = ''
-      this.queryParam.productEntity.warehouseName = ''
+      this.queryParam.warehouseName = ''
       this.queryParam.supplierName = ''
       this.handleSearch()
     },