snow 1 gadu atpakaļ
vecāks
revīzija
d1021f3629

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.html


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/css/app.c1239d34.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.7f6f240f.js


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


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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 }
     };
   },

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels