lilei 2 jaren geleden
bovenliggende
commit
ee1cbd18c9

+ 1 - 1
src/views/allocationManagement/transferReturn/editGrp.vue

@@ -346,7 +346,7 @@ export default {
         { title: '退货数量', dataIndex: 'returnQty', width: '10%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: '10%', align: 'center' }
       ]
-        arr.splice(7,0,{ title: '退货金额', dataIndex: 'totalReturnPrice', width: '10%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
+        arr.splice(7,0,{ title: '退货金额', dataIndex: 'totalReturnPrice', width: '10%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') }})
       return arr
     }
   },

+ 3 - 3
src/views/salesManagement/shortageStatisticsC/list.vue

@@ -23,7 +23,7 @@
             <template v-if="advanced">
               <a-col :md="6" :sm="24">
                 <a-form-item label="客户名称">
-                  <custList ref="custList" id="shortageStatisticsCList-buyerSn" :itemSn="queryParam.buyerSn" @change="custChange"></custList>
+                  <dealerSubareaScopeList ref="custList" id="shortageStatisticsCList-buyerSn" :itemSn="queryParam.buyerSn" @change="custChange"></dealerSubareaScopeList>
                 </a-form-item>
               </a-col>
               <a-col :md="6" :sm="24">
@@ -133,7 +133,7 @@ import moment from 'moment'
 import getDate from '@/libs/getDate.js'
 import { STable, VSelect } from '@/components'
 import rangeDate from '@/views/common/rangeDate.vue'
-import custList from '@/views/common/custList.vue'
+import dealerSubareaScopeList from '@/views/common/dealerSubareaScopeList.vue'
 import subarea from '@/views/common/subarea.js'
 import Area from '@/views/common/area.js'
 import ProductType from '@/views/common/productType.js'
@@ -142,7 +142,7 @@ import { oosBuyerList, oosBuyerDetailCount, oosBuyerDetailPageCount, oosDetailEx
 export default {
   name: 'ShortageStatisticsCList',
   mixins: [commonMixin],
-  components: { STable, VSelect, custList, subarea, Area, rangeDate, ProductBrand, ProductType },
+  components: { STable, VSelect, dealerSubareaScopeList, subarea, Area, rangeDate, ProductBrand, ProductType },
   data () {
     return {
       spinning: false,