yusheng 1 سال پیش
والد
کامیت
b9d4382776

+ 1 - 3
src/views/bpm/handleTask/components/saleOrder/accountstatement/recorpayTableList.vue

@@ -74,15 +74,13 @@
               minWidth: 140,
               prop: 'sourceName',
               label: '来源名称',
-              slot: 'sourceCode',
               align: 'center',
               showOverflowTooltip: true
             },
             {
               minWidth: 140,
-              prop: 'sourceName',
+              prop: 'sourceCode',
               label: '来源编码',
-              slot: 'sourceCode',
               align: 'center',
               showOverflowTooltip: true
             },

+ 2 - 2
src/views/bpm/handleTask/components/saleOrder/invoice/detailDialog.vue

@@ -383,9 +383,9 @@
           },
           {
             width: 200,
-            prop: 'warehouseId',
+            prop: 'warehouseName',
             label: '仓库名称',
-            slot: 'warehouseId',
+            slot: 'warehouseName',
 
             align: 'center'
           },