Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assets
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
黄媛媛
assets
Commits
7813ad68
Commit
7813ad68
authored
Jul 20, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
1124f12b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
18 deletions
+25
-18
chukudan.vue
src/components/Materialman/chukudan.vue
+9
-5
rukudan.vue
src/components/Materialman/rukudan.vue
+9
-5
outboundDetails.vue
src/components/assetsman/outboundDetails.vue
+3
-3
index.js
src/plugins/index.js
+4
-5
No files found.
src/components/Materialman/chukudan.vue
View file @
7813ad68
...
...
@@ -194,14 +194,15 @@
</span>
</div>
<div
class=
"myScroll"
style=
"overflow:scroll;max-height:300px;margin-top:20px"
>
<table
style=
"min-width: 1
0
00px;"
class=
"myTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
style=
"min-width: 1
2
00px;"
class=
"myTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<thead>
<th><input
class=
"color-input-red"
type=
"checkbox"
v-model=
"ItemisCkedAll"
@
click=
'ItemcheckAll()'
></th>
<th>
档案编码
</th>
<th
width=
"90px"
>
档案编码
</th>
<th>
物料名称
</th>
<th>
分类名称
</th>
<th>
品牌
</th>
<th>
当前库存
</th>
<th
width=
"130px"
>
规格
</th>
<th
width=
"100px"
>
分类名称
</th>
<th
width=
"120px"
>
品牌
</th>
<th
width=
"100px"
>
当前库存
</th>
<th
width=
"80px"
><span
class=
"cred"
>
*出库数量
</span></th>
<th
width=
"120px"
>
备注
</th>
</thead>
...
...
@@ -212,6 +213,9 @@
</td>
<td>
{{item.SuppliesNum}}
</td>
<td>
{{item.SuppliesName}}
</td>
<td>
<p
v-for=
"(x,y) in item.GoodsSpecificationList"
:key=
"y"
>
{{x}}{{y+1==item.GoodsSpecificationList.length?'':','}}
</p>
</td>
<td>
{{item.CategoryName}}
</td>
<td>
{{item.BrandName}}
</td>
<td>
{{item.InventoryNum}}
</td>
...
...
src/components/Materialman/rukudan.vue
View file @
7813ad68
...
...
@@ -185,13 +185,14 @@
</span>
</div>
<div
class=
"myScroll"
style=
"overflow:scroll;max-height:300px;margin-top:20px"
>
<table
style=
"width:1
000px;min-width: 10
00px;"
class=
"myTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
style=
"width:1
200px;min-width: 12
00px;"
class=
"myTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<thead>
<th><input
class=
"color-input-red"
type=
"checkbox"
v-model=
"ItemisCkedAll"
@
click=
'ItemcheckAll()'
></th>
<th>
档案编码
</th>
<th>
物料名称
</th>
<th>
分类名称
</th>
<th>
品牌
</th>
<th
width=
"90px"
>
档案编码
</th>
<th
width=
"300px"
>
物料名称
</th>
<th
width=
"130px"
>
规格
</th>
<th
width=
"90px"
>
分类名称
</th>
<th
width=
"90px"
>
品牌
</th>
<th
width=
"100px"
><span
class=
"cred"
>
*单价
</span></th>
<th
width=
"100px"
><span
class=
"cred"
>
*入库数量
</span></th>
<th
width=
"100px"
><span
class=
"cred"
>
*入库金额
</span></th>
...
...
@@ -204,6 +205,9 @@
</td>
<td>
{{item.SuppliesNum}}
</td>
<td>
{{item.SuppliesName}}
</td>
<td>
<p
v-for=
"(x,y) in item.GoodsSpecificationList"
:key=
"y"
>
{{x}}{{y+1==item.GoodsSpecificationList.length?'':','}}
</p>
</td>
<td>
{{item.CategoryName}}
</td>
<td>
{{item.BrandName}}
</td>
<td><el-input
@
input=
"UnitPriceChange(item,index)"
v-model=
"item.UnitPrice"
></el-input></td>
...
...
src/components/assetsman/outboundDetails.vue
View file @
7813ad68
...
...
@@ -58,7 +58,7 @@
</el-form>
</div>
<div>
<el-button
v-if=
"tableData.ApplyStatus==1"
class=
'butoons'
type=
"primary"
round
@
click=
"See(2)"
>
审核
</el-button>
<el-button
v-if=
"tableData.ApplyStatus==1"
class=
'butoons'
type=
"primary"
round
@
click=
"See(2)"
>
通过
</el-button>
<el-button
v-if=
"tableData.ApplyStatus==1"
class=
'butoons'
type=
"danger"
round
@
click=
"See(3)"
>
拒绝
</el-button>
</div>
...
...
@@ -76,8 +76,8 @@
<vxe-table-column
field=
"Name"
title=
"出库状态"
width=
'180'
>
<template
v-slot=
"
{ row }">
<span
class=
"commonStyle hoverSpan1"
></span>
<span
v-if=
"row.IsOut==0"
style=
'height:26px;line-height:26px'
>
未出库
</span>
<span
v-if=
"row.IsOut==1"
style=
'height:26px;line-height:26px'
>
已出库
</span>
<span
v-if=
"row.IsOut==0"
style=
"height:26px;line-height:26px;color:#ff7874"
>
未出库
</span>
<span
v-if=
"row.IsOut==1"
style=
'height:26px;line-height:26px
;color:#67C23A
'
>
已出库
</span>
</
template
>
</vxe-table-column>
...
...
src/plugins/index.js
View file @
7813ad68
...
...
@@ -12,9 +12,8 @@ export default {
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
// var domainUrl = "http://test_reborn.oytour.com";//主域名
// var domainUrl = "http://reborn.oytour.com"; //主域名
var
domainUrl
=
"http://192.168.2.17:8087"
;
//主域名
domainUrl
=
"http://192.168.2.65"
;
var
domainUrl
=
"http://reborn.oytour.com"
;
//主域名
// var domainUrl = "http://192.168.2.16:8087"; //主域名
let
locationName
=
window
.
location
.
hostname
;
let
javaUrldo
=
""
;
javaUrldo
=
locationName
.
indexOf
(
'zcyx'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://property.oytour.com"
:
"http://47.96.12.235:9001"
)
:
"http://192.168.2.17:8087"
;
...
...
@@ -37,8 +36,8 @@ export default {
// javaUrl: locationName.indexOf('zcyx') == -1 ? "http://property.oytour.com" : locationName.indexOf('zcyx.oytour.com') !== -1 ? "http://property.oytour.com" : "http://192.168.2.17:8087",
// javaUrl: "http://192.168.2.65:8018",
javaUrl
:
"http://192.168.2.16:8087"
,
//
javaUrl: "http://property.oytour.com",
//
javaUrl: "http://192.168.2.16:8087",
javaUrl
:
"http://property.oytour.com"
,
ViittoFileUrl
:
locationName
.
indexOf
(
'zcyx'
)
!==
-
1
||
locationName
.
indexOf
(
'zcyx.oytour.com'
)
!==
-
1
?
"http://staticfile.oytour.com"
:
'http://192.168.2.214:8130'
,
UploadUrl
:
locationName
.
indexOf
(
'zcyx'
)
!==
-
1
||
locationName
.
indexOf
(
'zcyx.oytour.com'
)
!==
-
1
?
"http://uploadfile.oytour.com"
:
"http://192.168.2.214:8120"
,
// UploadUrl: "http://uploadfile.oytour.com",
...
...
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