sale-client 3.6.294 → 3.6.295
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
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
f_third_pay: '0',
|
|
143
143
|
f_time_type: '按月',
|
|
144
144
|
f_limit_times: '',
|
|
145
|
-
f_time_value: '',
|
|
145
|
+
f_time_value: '0',
|
|
146
146
|
f_limit_type: '气量',
|
|
147
147
|
f_limit_style:'',
|
|
148
|
-
f_limit_value:
|
|
149
|
-
f_limit_amount:
|
|
148
|
+
f_limit_value: '',
|
|
149
|
+
f_limit_amount: '',
|
|
150
150
|
f_start_date: this.$login.toStandardDateString()
|
|
151
151
|
},
|
|
152
152
|
limitshow: false,
|
|
@@ -191,12 +191,12 @@
|
|
|
191
191
|
this.model = {
|
|
192
192
|
f_third_pay: this.model.f_third_pay,
|
|
193
193
|
f_time_type: this.model.f_time_type,
|
|
194
|
-
f_limit_times:
|
|
195
|
-
f_time_value:
|
|
196
|
-
f_limit_type:
|
|
197
|
-
f_limit_style:
|
|
198
|
-
f_limit_value:
|
|
199
|
-
f_limit_amount:
|
|
194
|
+
f_limit_times: this.model.f_limit_times,
|
|
195
|
+
f_time_value: this.model.f_time_value,
|
|
196
|
+
f_limit_type: this.model.f_limit_type,
|
|
197
|
+
f_limit_style: this.model.f_limit_style,
|
|
198
|
+
f_limit_value: this.model.f_limit_value,
|
|
199
|
+
f_limit_amount: this.model.f_limit_amount,
|
|
200
200
|
f_start_date: this.$login.toStandardDateString()
|
|
201
201
|
}
|
|
202
202
|
console.log('提交限购数据', this.model)
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
<th>合计金额</th>
|
|
114
114
|
<th>收费类型</th>
|
|
115
115
|
<th>收费时间</th>
|
|
116
|
-
<th>发票代码</th>
|
|
117
116
|
<th>是否征税</th>
|
|
118
117
|
<th>票据状态</th>
|
|
119
118
|
<th>发票号码</th>
|
|
@@ -132,7 +131,6 @@
|
|
|
132
131
|
<td style="text-align:center">{{row.f_total_money}}</td>
|
|
133
132
|
<td style="text-align:center">{{row.f_charge_type}}</td>
|
|
134
133
|
<td style="text-align:center">{{row.f_operate_date}}</td>
|
|
135
|
-
<td style="text-align:center">{{row.f_bill_code}}</td>
|
|
136
134
|
<td style="text-align:center">{{row.f_tax_logotype}}</td>
|
|
137
135
|
<td style="text-align:center">{{row.f_bill_state}}</td>
|
|
138
136
|
<td style="text-align:center">{{row.f_bill_number}}</td>
|