Browse Source

处理单价字段

wangcz 7 years ago
parent
commit
83a6c2bae6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/center/vendor/outOfStorage/purchase/_storeid.vue

+ 1 - 1
pages/mobile/center/vendor/outOfStorage/purchase/_storeid.vue

@@ -71,7 +71,7 @@
               <span v-if="item.qty === item.number">-</span>
               <input style="width:1.2rem;" v-else type="text" v-model="item.qty" @blur="ChangeSendCount(item, item.qty)">
             </div>
-            <div class="linetext width50 fl">单价(¥): <span class="base-color" v-text="item.price || '-'">21324</span></div>
+            <div class="linetext width50 fl">单价(¥): <span class="base-color" v-text="item.taxUnitprice || '-'">21324</span></div>
           </li>
         </ul>
       </div>