sale-client 4.2.135 → 4.2.136
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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<label class="font_normal_body" title="归属日期" >开始时间</label>
|
|
10
10
|
<datepicker :format="'yyyy-MM-dd'" :value.sync="model.f_start_date"
|
|
11
11
|
class="datepicker"
|
|
12
|
-
condition="
|
|
12
|
+
condition="f_hand_date >= '{} 00:00:00' "
|
|
13
13
|
placeholder="起始时间"
|
|
14
14
|
style="width:60%"
|
|
15
15
|
v-model="model.f_start_date"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<label class="font_normal_body" title="归属日期">结束时间</label>
|
|
20
20
|
<datepicker :format="'yyyy-MM-dd'" :value.sync="model.f_end_date"
|
|
21
21
|
class="datepicker"
|
|
22
|
-
condition="
|
|
22
|
+
condition="f_hand_date <= '{} 23:59:59' "
|
|
23
23
|
placeholder="结束时间"
|
|
24
24
|
style="width:60%"
|
|
25
25
|
v-model="model.f_end_date"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
import MachineRecordQuery from '../../components/common/userinfo_detail/ic_detail/MachineRecordQuery'
|
|
48
48
|
import WebAutomaticPurse from '../../components/common/userinfo_detail/ic_detail/WebAutomaticPurse'
|
|
49
49
|
import WebChargeQueryUser from '../../components/common/userinfo_detail/ic_detail/WebChargeQueryUser'
|
|
50
|
-
import WebHandQueryUser from '
|
|
50
|
+
import WebHandQueryUser from './WebHandQueryUser'
|
|
51
51
|
import UserDeviceQuery from '../../components/common/userinfo_detail/ic_detail/UserDeviceQuery'
|
|
52
52
|
import contractSigningList from '../../components/common/userinfo_detail/ic_detail/contractSigningList'
|
|
53
53
|
import UserKeyRecord from '../../components/common/userinfo_detail/ic_detail/UserKeyRecord'
|