snow 1 년 전
부모
커밋
d1021f3629

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.c1239d34.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.7f6f240f.js


BIN
dist/static/js/app.7f6f240f.js.gz


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.d6c8c43f.js


BIN
dist/static/js/app.d6c8c43f.js.gz


+ 4 - 4
src/components/newResultInfo/department.vue

@@ -71,15 +71,15 @@
           <template slot-scope="scope">{{ scope.row.type }}</template>
         </el-table-column>
 
-        <el-table-column label="当月销售()" align="center" min-width="105px">
+        <el-table-column label="当月销售(已减退货)" align="center" min-width="105px">
           <template slot-scope="scope">{{ unit2TenThousand(scope.row.monthSale,isTenThound) }}</template>
         </el-table-column>
          
-         <el-table-column label="当月销售" align="center" min-width="105px">
+         <el-table-column label="当月销售(未减退货)" align="center" min-width="105px">
           <template slot-scope="scope">{{ unit2TenThousand(scope.row.monthSaleNotReturn,isTenThound) }}</template>
         </el-table-column>
 
-        <el-table-column label="销售退货" align="center" min-width="105px">
+        <el-table-column label="当月退货" align="center" min-width="105px">
           <template slot-scope="scope">{{ unit2TenThousand(scope.row.monthReturn,isTenThound) }}</template>
         </el-table-column>
 
@@ -87,7 +87,7 @@
           <template slot-scope="scope">{{ unit2TenThousand(scope.row.monthSaleAmount,isTenThound) }}</template>
         </el-table-column>
 
-        <el-table-column label="当月成本()" align="center" min-width="105px">
+        <el-table-column label="当月成本(已减退货)" align="center" min-width="105px">
           <template slot-scope="scope">{{ unit2TenThousand(scope.row.monthCost,isTenThound) }}</template>
         </el-table-column>
       </el-table>

+ 1 - 1
src/pages/newResultsInfo.vue

@@ -63,7 +63,7 @@ export default {
       daytime: "",
       hasPermission:false,
       isDisplay: false,
-      isTenThound: true,
+      isTenThound: false,
       state: { message: '', error: false, loading: false }
     };
   },

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.