zhongtianhaoyuan 2 年之前
父節點
當前提交
7e9dcb2e99
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      public/static/print.html
  2. 1 0
      src/views/houseSelfCollect/acquisitionManagementAdd.vue

+ 1 - 1
public/static/print.html

@@ -150,7 +150,7 @@
 
   <body>
     <div id="app">
-      <div class="content" :class="content" v-if="type == 1"><!--容重打印-->
+      <div class="content"  v-if="type == 1"><!--容重打印-->
         <div class="title">
           <div class="name">{{name}}价格对照表(按容重)</div>
           <div class="price">价格单位:元/公斤</div>

+ 1 - 0
src/views/houseSelfCollect/acquisitionManagementAdd.vue

@@ -1829,6 +1829,7 @@ export default {
       let _pointPrice = []
       let _basePrice = 0
       if (this.baseInfoForm.bulkDensityStandard == 1) {
+        this.isSolidFood = true
         //以容重查看
         _pointPrice = _priceList[0].pointPrice.split(',')
         _detailList = _priceList[0].point.split(',')