sale-client 3.7.15 → 3.7.16
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
|
@@ -4,8 +4,8 @@
|
|
|
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
|
-
|
|
8
|
-
<res-select-group :show-component="['department', 'operator']" :initres="$parent.$parent.initres"
|
|
7
|
+
<res-select-group :show-component="['company','department', 'operator']" :initres="$parent.$parent.initres"
|
|
8
|
+
<!-- <res-select-group :show-component="['department', 'operator']" :initres="$parent.$parent.initres"-->
|
|
9
9
|
@re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
10
10
|
<div class="form-group col-sm-2">
|
|
11
11
|
<label class="font_normal_body">客户编号</label>
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
6
|
<div class="row">
|
|
7
7
|
<div class="row" width="100%">
|
|
8
|
-
|
|
9
|
-
<res-select-group :show-component="['department', 'operator']" :initres="$parent.$parent.initres"
|
|
8
|
+
<res-select-group :show-component="['company','department', 'operator']" :initres="$parent.$parent.initres"
|
|
9
|
+
<!-- <res-select-group :show-component="['department', 'operator']" :initres="$parent.$parent.initres"-->
|
|
10
10
|
@re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
11
11
|
<div class="form-group col-sm-2">
|
|
12
12
|
<label class="font_normal_body">客户编号</label>
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
6
|
<div class="row">
|
|
7
7
|
<div class="row" width="100%">
|
|
8
|
-
|
|
9
|
-
<res-select-group :show-component="['department', 'operator']" :initres="$parent.$parent.initres"
|
|
8
|
+
<res-select-group :show-component="['company','department', 'operator']" :initres="$parent.$parent.initres"
|
|
9
|
+
<!-- <res-select-group :show-component="['department', 'operator']" :initres="$parent.$parent.initres"-->
|
|
10
10
|
@re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
11
11
|
<div class="form-group col-sm-2">
|
|
12
12
|
<label class="font_normal_body">客户编号</label>
|
|
@@ -338,7 +338,7 @@ export default {
|
|
|
338
338
|
let row = await HttpReset.load('POST', 'rs/sql/sale_getUser', {
|
|
339
339
|
data: {
|
|
340
340
|
orderitem: 'f_userinfo_code',
|
|
341
|
-
condition: `f_userinfo_code = '${[...new Set(this.selecteds.map(item => item.f_userinfo_code))][0]}'`
|
|
341
|
+
condition: `f_userinfo_code = '${[...new Set(this.selecteds.map(item => item.f_userinfo_code))][0]}' and u.f_orgid = '${this.$login.f.orgid}'`
|
|
342
342
|
}
|
|
343
343
|
}, {resolveMsg: null, rejectMsg: '获取地址失败!'})
|
|
344
344
|
this.row = row.data[0]
|