manage-client 3.3.49 → 3.3.50

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": "manage-client",
3
- "version": "3.3.49",
3
+ "version": "3.3.50",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -83,6 +83,16 @@
83
83
  <input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
84
84
  condition="f_meternumber = '{}'" placeholder="表号">
85
85
  </div>
86
+ <div class="col-sm-2 form-group">
87
+ <label class="font_normal_body" title="发票起始编号">发票编号</label>
88
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_bill_number_start"
89
+ condition="f_bill_number >= '{}'" placeholder="发票起始编号">
90
+ </div>
91
+ <div class="col-sm-2 form-group">
92
+ <label class="font_normal_body" title="发票终止编号">发票编号</label>
93
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_bill_number_end"
94
+ condition="f_bill_number <= '{}'" placeholder="发票终止编号">
95
+ </div>
86
96
  </div>
87
97
  </div>
88
98
  </criteria>