浏览代码

托书箱数字段调整

jbb 2 年之前
父节点
当前提交
1012378509
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/book/addBookDrawer.vue
  2. 1 1
      src/views/book/detailsBookDrawer.vue
  3. 1 1
      src/views/book/packingListModal.vue

+ 1 - 1
src/views/book/addBookDrawer.vue

@@ -416,7 +416,7 @@ export default {
         },
          {
           title: '箱数',
-          dataIndex: 'planQuantity',
+          dataIndex: 'boxNumber',
           width: 160,
           ellipsis: true,
           className: 'replacecolor'

+ 1 - 1
src/views/book/detailsBookDrawer.vue

@@ -300,7 +300,7 @@ export default {
         },
          {
           title: '箱数',
-          dataIndex: 'planQuantity',
+          dataIndex: 'boxNumber',
           width: 160,
           ellipsis: true,
           className: 'replacecolor'

+ 1 - 1
src/views/book/packingListModal.vue

@@ -222,7 +222,7 @@ export default {
         },
         {
           title: '箱数',
-          dataIndex: 'planQuantity',
+          dataIndex: 'boxNumber',
            ellipsis: true,
           width: 90,
           className: 'replacecolor'