manage-client 4.0.85 → 4.0.86-linshi1
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 +1 -1
- package/src/components/sale/businessquery/HandplanQuery.vue +1 -1
- package/src/components/sale/report/aode/DayReportList.vue +1 -1
- package/src/filiale/haile/sale/businessquery/HandplanQuery.vue +1425 -0
- package/src/filiale/haile/sale.js +2 -0
- package/src/filiale/jingyang/config/exportConfig.js +0 -1
- package/src/filiale/jingyang/usergas.vue +0 -4
- package/src/filiale/lixianV3/RecordInfoQuery.vue +4 -0
- package/src/filiale/lixianV3/config/exportConfig.js +2 -1
- package/src/main.js +2 -2
package/package.json
CHANGED
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
</data-grid>
|
|
634
634
|
</criteria-paged>
|
|
635
635
|
|
|
636
|
-
<table class="table-hover"
|
|
636
|
+
<table class="table-hover">
|
|
637
637
|
<tr style="position: relative;margin-top: -16px;" class="table-bordered">
|
|
638
638
|
<td
|
|
639
639
|
style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
5
5
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
6
|
<div class="row">
|
|
7
|
-
<res-select-group :style="$parent.$parent.style" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" :mul="
|
|
7
|
+
<res-select-group :style="$parent.$parent.style" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" :mul="true" :style="$parent.$parent.style" v-ref:sel></res-select-group>
|
|
8
8
|
<div :class="$parent.$parent.style" >
|
|
9
9
|
<label for="startDate" class="font_normal_body">开始日期</label>
|
|
10
10
|
<datepicker placeholder="开始日期" style="width:60%"
|