system-clients 3.2.100-temp → 3.2.101-temp
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/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/package.json +1 -1
- package/src/components/Main.vue +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/src/components/Main.vue
CHANGED
|
@@ -545,7 +545,7 @@ let createWaterMark = function (userName) {
|
|
|
545
545
|
if(this.functions && this.functions.f_role_name && this.functions.f_role_name.indexOf('派单员') !== -1){
|
|
546
546
|
const data = {
|
|
547
547
|
condition:{
|
|
548
|
-
condition
|
|
548
|
+
condition:`and tswo.f_filiale_id = '${this.functions.orgid}'`,
|
|
549
549
|
sign:'1=1'
|
|
550
550
|
},
|
|
551
551
|
userid:this.functions.name
|