zhongtianhaoyuan 2 years ago
parent
commit
7e9dcb2e99

+ 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(',')