Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
888eb170
Commit
888eb170
authored
Aug 16, 2021
by
季圣华
Browse files
优化页面
parent
66a88e76
Changes
55
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/InOutItemList.vue
View file @
888eb170
...
...
@@ -81,6 +81,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
InOutItemModal
from
'
./modules/InOutItemModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/system/LogList.vue
View file @
888eb170
...
...
@@ -77,7 +77,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
JEllipsis
from
'
@/components/jeecg/JEllipsis
'
...
...
jshERP-web/src/views/system/MemberList.vue
View file @
888eb170
...
...
@@ -88,6 +88,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
MemberModal
from
'
./modules/MemberModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/system/OrganizationList.vue
View file @
888eb170
...
...
@@ -94,6 +94,7 @@
<organization-modal
ref=
"organizationModal"
@
ok=
"loadTree"
></organization-modal>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
OrganizationModal
from
'
./modules/OrganizationModal
'
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/PersonList.vue
View file @
888eb170
...
...
@@ -72,6 +72,7 @@
</a-col>
</a-row>
</
template
>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
PersonModal
from
'
./modules/PersonModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/system/PluginList.vue
View file @
888eb170
...
...
@@ -76,6 +76,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
PluginModal
from
'
./modules/PluginModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/system/RoleList.vue
View file @
888eb170
...
...
@@ -71,6 +71,7 @@
</a-col>
</a-row>
</
template
>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
RoleModal
from
'
./modules/RoleModal
'
import
RoleFunctionModal
from
'
./modules/RoleFunctionModal
'
...
...
jshERP-web/src/views/system/SerialNumberList.vue
View file @
888eb170
...
...
@@ -81,6 +81,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
SerialNumberModal
from
'
./modules/SerialNumberModal
'
import
SerialNumberBatchModal
from
'
./modules/SerialNumberBatchModal
'
...
...
jshERP-web/src/views/system/SystemConfigList.vue
View file @
888eb170
...
...
@@ -67,6 +67,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
SystemConfigModal
from
'
./modules/SystemConfigModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/system/TenantList.vue
View file @
888eb170
...
...
@@ -63,7 +63,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
TenantModal
from
'
./modules/TenantModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/system/UnitList.vue
View file @
888eb170
...
...
@@ -62,6 +62,7 @@
</a-col>
</a-row>
</
template
>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
UnitModal
from
'
./modules/UnitModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/system/UserList.vue
View file @
888eb170
...
...
@@ -83,7 +83,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
UserModal
from
'
./modules/UserModal
'
import
UserDepotModal
from
'
./modules/UserDepotModal
'
...
...
jshERP-web/src/views/system/VendorList.vue
View file @
888eb170
...
...
@@ -88,6 +88,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<
script
>
import
VendorModal
from
'
./modules/VendorModal
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
...
...
jshERP-web/src/views/user/Login.vue
View file @
888eb170
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<
template
>
<div
class=
"main"
>
<a-form
:form=
"form"
class=
"user-layout-login"
ref=
"formLogin"
id=
"formLogin"
>
...
...
@@ -52,7 +53,7 @@
</a-form>
</div>
</
template
>
<!-- BY cao_yu_li -->
<
script
>
import
md5
from
"
md5
"
import
api
from
'
@/api
'
...
...
jshERP-web/src/views/user/Register.vue
View file @
888eb170
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<
template
>
<div
class=
"main user-layout-register"
>
<a-form
ref=
"formRegister"
:autoFormCreate=
"(form)=>
{this.form = form}" id="formRegister">
...
...
@@ -75,7 +76,7 @@
</a-form>
</div>
</template>
<!-- BY cao_yu_li -->
<
script
>
import
{
mixinDevice
}
from
'
@/utils/mixin.js
'
import
{
getAction
,
postAction
}
from
'
@/api/manage
'
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment