lilei 1 år sedan
förälder
incheckning
0d260a56b3

+ 3 - 3
src/views/reportData/productRebateReport/detailList.vue

@@ -45,13 +45,13 @@
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-model-item label="类型">
+              <a-form-model-item label="单据类型">
                 <v-select
                   v-model="queryParam.bizType"
                   ref="bizType"
                   id="srebateReport-bizType"
                   code="REBATE_BILL_BIZ_TYPE"
-                  placeholder="请选择类型"
+                  placeholder="请选择单据类型"
                   allowClear></v-select>
               </a-form-model-item>
             </a-col>
@@ -201,7 +201,7 @@ export default {
         { title: '序号', dataIndex: 'no', width: '60px', align: 'center' },
         { title: '订单号', dataIndex: 'bizNo', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '备货单号', dataIndex: 'bizSubNo', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '类型', dataIndex: 'bizTypeDictValue', width: '80px', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '单据类型', dataIndex: 'bizTypeDictValue', width: '80px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户级别', dataIndex: 'buyerLevelDictValue', width: '90px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户名称', dataIndex: 'buyerName', width: '150px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '差价归属方', dataIndex: 'parentDealerName', width: '130px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },

+ 3 - 3
src/views/reportData/productRebateReport/list.vue

@@ -40,13 +40,13 @@
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-model-item label="类型">
+              <a-form-model-item label="单据类型">
                 <v-select
                   v-model="queryParam.bizType"
                   ref="bizType"
                   id="srebateReport-bizType"
                   code="REBATE_BILL_BIZ_TYPE"
-                  placeholder="请选择类型"
+                  placeholder="请选择单据类型"
                   allowClear></v-select>
               </a-form-model-item>
             </a-col>
@@ -187,7 +187,7 @@ export default {
       const arr = [
         { title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
         { title: '订单号', dataIndex: 'bizNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '类型', dataIndex: 'bizTypeDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '单据类型', dataIndex: 'bizTypeDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户级别', dataIndex: 'buyerLevelDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户名称', dataIndex: 'buyerName', width: '16%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '总开单金额', dataIndex: 'totalAmount', width: '8%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },