sale-client 3.6.333 → 3.6.334

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.333",
3
+ "version": "3.6.334",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -218,6 +218,10 @@
218
218
  <label class="font_normal_body">&ensp;气价备注</label>
219
219
  <input type="text" class="input_search" style="width:60%" v-model="row.f_price_comments" placeholder='气价备注' disabled>
220
220
  </div>
221
+ <div class="col-sm-4 form-group">
222
+ <label for="f_other_price" class="font_normal_body">服务费单价</label>
223
+ <input type="text" class="input_search" style="width:60%" v-model="row.f_other_price" placeholder='价格'>
224
+ </div>
221
225
  </div>
222
226
  <div>
223
227
  <a style="font-size: 16px;font-weight: 500;">表具其他信息</a>&nbsp;<a style="color: #999999;text-decoration: none"></a>