lilei 1 년 전
부모
커밋
84a7839b96
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 2 1
      src/views/bulkManagement/bulkReturnGoods/grabEdit.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1710832025090
+  "version": 1710832833915
 }

+ 2 - 1
src/views/bulkManagement/bulkReturnGoods/grabEdit.vue

@@ -256,7 +256,8 @@ export default {
       },
       // 表头
       chooseColumns: [
-        { title: '散件入库单号', dataIndex: 'sparePartsPurchaseNo', width: '18%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
+        { title: '散件入库单号', dataIndex: 'sparePartsPurchaseNo', width: '14%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品编码', dataIndex: 'productCode', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品名称', dataIndex: 'productName', width: '20%', align: 'left', customRender: function (text) { return text || '--' } },
         { title: '单位', dataIndex: 'productUnit', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },