Browse Source

销售数据显示调整,商品管理详情字段调整

qymljy 9 tháng trước cách đây
mục cha
commit
07c0c0b224

+ 3 - 3
src/HDrpManagement/ProductMag/detail/modules/detailedData.vue

@@ -49,7 +49,7 @@
         <el-descriptions-item :label="$t('产线')">{{ basic.prodline || '--'}}</el-descriptions-item>
         <el-descriptions-item  :label="$t('备注')">{{ basic.specalnote || '--'}}</el-descriptions-item>
         <el-descriptions-item  :label="$t(`产品标准`)">{{ basic.standards || '--'}}</el-descriptions-item>
-        <el-descriptions-item  :label="$t(`标准明细`)">{{ basic.standardsmx || '--'}}</el-descriptions-item>
+        <el-descriptions-item  :label="$t(`标准明细`)">{{ basic.standardsmx || '/'}}</el-descriptions-item>
         <el-descriptions-item  :label="$t(`重量`)">{{$t(`毛重`)}}:{{ basic.grossweight || '--'}};{{$t(`净重`)}}:{{basic.weight || '--'}}</el-descriptions-item>
 <!--        <el-descriptions-item  :label="$t(`条形码`)">{{ basic.barcode}}</el-descriptions-item>-->
         <el-descriptions-item  :label="$t(`是否序列号管理`)" >
@@ -62,8 +62,8 @@
         <el-descriptions-item  :label="$t(`连接形式`)">{{ basic.connection || '--'}}</el-descriptions-item>
         <el-descriptions-item  :label="$t(`阀板材质`)">{{ basic.valveplatematerial || '--'}}</el-descriptions-item>
         <el-descriptions-item  :label="$t(`阀体材质`)">{{ basic.bodymaterial || '--'}}</el-descriptions-item>
-        <el-descriptions-item  :label="$t(`执行器类型`)">{{ basic.actuatortype || '--'}}</el-descriptions-item>
-        <el-descriptions-item  :label="$t(`执行器品牌`)">{{ basic.actuatorbrand || '--'}}</el-descriptions-item>
+        <el-descriptions-item  :label="$t(`执行器类型`)">{{ basic.actuatortype || '/'}}</el-descriptions-item>
+        <el-descriptions-item  :label="$t(`执行器品牌`)">{{ basic.actuatorbrand || '/'}}</el-descriptions-item>
 
         <el-descriptions-item  :label="$t(`是否营销物料`)"  >
           <span :style="{color:basic.iswuliao?tool.getStatusColor('是',true):tool.getStatusColor('否',true)}">{{ basic.iswuliao ? $t('是'):$t('否')}}</span>

+ 9 - 9
src/views/salesData/components/boxLine.vue

@@ -129,13 +129,13 @@
                   param.content.dateType == '本年' ||
                   param.content.dateType == '去年'
                 "
-                >{{ $t("年比") }}</span
+                >{{ $t("年比") }}</span
               >
               <span v-else-if="param.content.dateType == '本季'">{{
-                $t("季比")
+                $t("季比")
               }}</span>
               <span v-else-if="param.content.dateType == '本月'">{{
-                $t("月比")
+                $t("月比")
               }}</span>
               <i class="el-icon-caret-top" style="color: #2ad72a"></i
               ><span class="box-size-color"
@@ -148,13 +148,13 @@
                   param.content.dateType == '本年' ||
                   param.content.dateType == '去年'
                 "
-                >{{ $t("年比") }}</span
+                >{{ $t("年比") }}</span
               >
               <span v-else-if="param.content.dateType == '本季'">{{
-                $t("季比")
+                $t("季比")
               }}</span>
               <span v-else-if="param.content.dateType == '本月'">{{
-                $t("月比")
+                $t("月比")
               }}</span>
               <span class="box-size-color" style="margin-left: 10px"
                 >{{ Math.round(list.hbxsje * 100 * 100) / 100 }}%</span
@@ -166,13 +166,13 @@
                   param.content.dateType == '本年' ||
                   param.content.dateType == '去年'
                 "
-                >{{ $t("年比") }}</span
+                >{{ $t("年比") }}</span
               >
               <span v-else-if="param.content.dateType == '本季'">{{
-                $t("季比")
+                $t("季比")
               }}</span>
               <span v-else-if="param.content.dateType == '本月'">{{
-                $t("月比")
+                $t("月比")
               }}</span>
               <i class="el-icon-caret-bottom" style="color: red"></i
               ><span class="box-size-color"