chenrui hai 1 ano
pai
achega
dd7fbd108c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/reportData/priceDifferenceDetailReport/list.vue

+ 2 - 2
src/views/reportData/priceDifferenceDetailReport/list.vue

@@ -49,7 +49,7 @@
                   v-model="queryParam.bizType"
                   ref="bizType"
                   id="priceDifferenceDetailList-bizType"
-                  code="STOCK_FLOW_BIZ_TYPE"
+                  code="REBATE_BILL_BIZ_TYPE"
                   placeholder="请选择单据类型"
                   allowClear></v-select>
               </a-form-item>
@@ -185,7 +185,7 @@ export default {
         { title: '记账门店', dataIndex: 'parentDealerName', width: '10%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '客户名称', dataIndex: 'buyerName', width: '12%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '产品品牌+二级分类', dataIndex: 'productBrandAndType2', width: '15%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
-        { title: '单据类型', dataIndex: 'bizType', width: '10%', align: 'center', customRender: function (text) { return text || '--' } }
+        { title: '单据类型', dataIndex: 'bizTypeDictValue', width: '10%', align: 'center', customRender: function (text) { return text || '--' } }
       ]
       arr.splice(4, 0, { title: '实售金额', dataIndex: 'totalRealAmount', width: '8%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
       arr.splice(5, 0, { title: '开单金额', dataIndex: 'totalAmount', width: '8%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })