Browse Source

build:活动修改

snow 2 years ago
parent
commit
921406b965

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 1 - 1
src/views/goodStore/active/components/baseForm.vue

@@ -139,7 +139,7 @@
               />
               <el-table-column prop="good_name" label="商品名称" show-overflow-tooltip />
 
-              <template v-if="Number(sitem.status) > 2">
+              <template v-if="Number(sitem.status) > 3">
                 <el-table-column prop="is_activity" label="是否使用活动价" width="110px">
                   <template slot-scope="scope">
                     <span>{{scope.row.is_activity === '1' ? '是' : '否'}}</span>

+ 12 - 0
src/views/goodStore/active/components/finance-exam-three-form.vue

@@ -71,6 +71,18 @@
         label="商品名称"
         show-overflow-tooltip
       />
+      <el-table-column prop="is_activity" label="是否使用活动价" width="110px">
+          <template slot-scope="scope">
+             <span>{{scope.row.is_activity === '1' ? '是' : '否'}}</span>
+          </template>
+        </el-table-column>
+
+      <el-table-column prop="settle_price" label="结算金额">
+        <template slot-scope="scope">
+          <span>{{scope.row.settle_price}}</span>
+         </template>
+     </el-table-column>
+     
       <el-table-column
         prop="activity_stock"
         label="活动库存"

Some files were not shown because too many files changed in this diff