Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
c8d03a99
Commit
c8d03a99
authored
Apr 19, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
f6a28baf
a509d635
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
addSuppliesStockOut-from.vue
src/components/sale/addSuppliesStockOut-from.vue
+1
-1
myOrder-form.vue
src/components/sale/myOrder-form.vue
+2
-2
orderlist.vue
src/components/sale/orderlist.vue
+3
-2
erpindex.js
src/utils/erpindex.js
+2
-2
No files found.
src/components/sale/addSuppliesStockOut-from.vue
View file @
c8d03a99
...
...
@@ -629,7 +629,7 @@ import {
SchoolId
:
item
.
SchoolId
,
ClassName
:
''
,
ClassId
:
''
,
CourseName
:
item
.
CourseName
,
CourseName
:
''
,
SuppliesId
:
item
.
Id
,
Number
:
item
.
Number
}
...
...
src/components/sale/myOrder-form.vue
View file @
c8d03a99
...
...
@@ -402,7 +402,7 @@
<div
class=
"row "
style=
"align-items: center;margin: 20px 0;"
v-if=
"saveObj.OrderType==2 || saveObj.ClassScrollType == 2"
>
<div
style=
"width: 3px;height: 15px;background: #3FC4FF;margin-right: 10px"
></div>
成本单
</div>
<q-table
v-if=
"saveObj.OrderType==2 || saveObj.ClassScrollType == 2"
:pagination=
"financiaMsg"
style=
"padding-bottom:80px;"
:loading=
"floading"
no-data-label=
"暂无相关数据"
flat
<q-table
v-if=
"saveObj.OrderType==2 || saveObj.
OrderType===1 || saveObj.
ClassScrollType == 2"
:pagination=
"financiaMsg"
style=
"padding-bottom:80px;"
:loading=
"floading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-tow-column-table"
:hide-pagination=
"true"
:data=
"dataListCB"
:columns=
"receiptColumns"
row-key=
"name"
>
<
template
v-slot:body-cell-FrID=
"props"
>
...
...
@@ -832,7 +832,7 @@
this
.
dataListCB
=
[]
this
.
dataListP
=
[]
data
.
forEach
(
x
=>
{
if
(
x
.
OtherType
==
45
){
if
(
x
.
OtherType
==
45
||
x
.
OtherType
==
33
){
this
.
dataListCB
.
push
(
x
)
}
else
{
this
.
dataListP
.
push
(
x
)
...
...
src/components/sale/orderlist.vue
View file @
c8d03a99
...
...
@@ -764,7 +764,7 @@
</
template
>
</div>
<div
class=
"row wrap"
>
<div
class=
"finance row"
v-for=
"(x, j) in item.RefundFinanceList"
v-if=
"x.OtherType != 45
||
x.OtherType != 33"
:key=
"j"
<div
class=
"finance row"
v-for=
"(x, j) in item.RefundFinanceList"
v-if=
"x.OtherType != 45
&&
x.OtherType != 33"
:key=
"j"
:style=
"{
background:
x.ColorState == 1
...
...
@@ -827,7 +827,7 @@
</
template
>
</div>
<div
class=
"row wrap"
v-if=
"item.OrderType == 2 || item.ClassScrollType == 2"
>
<div
class=
"finance row"
v-for=
"(x, j) in item.RefundFinanceList"
v-if=
"x.OtherType == 45"
:key=
"j"
<div
class=
"finance row"
v-for=
"(x, j) in item.RefundFinanceList"
v-if=
"x.OtherType == 45
||x.OtherType == 33
"
:key=
"j"
:style=
"{
background:
x.ColorState == 1
...
...
@@ -1640,6 +1640,7 @@
item
.
tab
=
tab
;
this
.
myorderObjOption
=
item
;
this
.
isShowmyorderForm
=
true
;
console
.
log
(
this
.
myorderObjOption
,
'===='
)
},
//关闭订单详情
closeMOSaveForm
()
{
...
...
src/utils/erpindex.js
View file @
c8d03a99
...
...
@@ -81,9 +81,9 @@ export default {
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
let
domainUrl
=
'http://192.168.10.
65
:8083'
;
let
domainUrl
=
'http://192.168.10.
2
:8083'
;
let
viewFileUrl
=
'http://192.168.10.214:8120'
;
let
mallUrl
=
"http://192.168.10.
46:8200
"
;
let
mallUrl
=
"http://192.168.10.
2:8088
"
;
let
vtUploadUrl
=
"http://upload.oytour.com"
;
let
vtViewUrl
=
"http://192.168.10.214:8130"
;
...
...
Write
Preview
Markdown
is supported
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