Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
Overview
Overview
Details
Activity
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
hooloo
web
soss
Commits
7c271154
Commit
7c271154
authored
Jun 30, 2022
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c5f519cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/components/SelectSpecs/index.vue
+1
-1
src/components/order/orderDetial.vue
+2
-2
src/views/goods/spec/index.vue
+2
-2
No files found.
src/components/SelectSpecs/index.vue
View file @
7c271154
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"规格名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"规格名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"规格编码"
align=
"center"
prop=
"code"
/>
<el-table-column
label=
"规格编码"
align=
"center"
prop=
"code"
/>
<el-table-column
label=
"原备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"原
料
备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"选项"
align=
"center"
prop=
"specRules"
>
<el-table-column
label=
"选项"
align=
"center"
prop=
"specRules"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
style=
"margin-right:10px;"
v-for=
"item in scope.row.specRules"
:key=
"item.id"
>
<el-tag
style=
"margin-right:10px;"
v-for=
"item in scope.row.specRules"
:key=
"item.id"
>
...
...
src/components/order/orderDetial.vue
View file @
7c271154
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"用户电话"
>
<el-form-item
label=
"用户电话"
>
<el-input
disabled
/>
<el-input
v-model=
"form.userPhone"
disabled
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
@@ -299,7 +299,7 @@ export default {
...
@@ -299,7 +299,7 @@ export default {
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
){
this
.
goodsList
.
push
({
"goodsName"
:
list
[
i
].
goods
.
name
,
"pics"
:
list
[
i
].
goods
.
pics
,
this
.
goodsList
.
push
({
"goodsName"
:
list
[
i
].
goods
.
name
,
"pics"
:
list
[
i
].
goods
.
pics
,
"categoryName"
:
list
[
i
].
goods
.
categoryName
,
"price"
:
list
[
i
].
goods
.
price
,
"discount"
:
list
[
i
].
goods
.
discount
,
"categoryName"
:
list
[
i
].
goods
.
categoryName
,
"price"
:
list
[
i
].
goods
.
price
,
"discount"
:
list
[
i
].
goods
.
discount
,
"realAmount"
:
list
[
i
].
realAmount
,
"num"
:
list
[
i
].
num
})
"realAmount"
:
list
[
i
].
realAmount
,
"num"
:
list
[
i
].
num
,
"amount"
:
list
[
i
].
amount
})
}
}
}
}
}
}
...
...
src/views/goods/spec/index.vue
View file @
7c271154
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<span
v-else
>
停用
</span>
<span
v-else
>
停用
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"原备注"
width=
"180"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"原
料
备注"
width=
"180"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"操作"
width=
"200"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
width=
"200"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<el-form-item
label=
"备注"
prop=
"remarks"
>
<el-form-item
label=
"备注"
prop=
"remarks"
>
<el-input
v-model=
"form.remarks"
type=
"textarea"
placeholder=
"请输入内容"
maxlength=
"500"
show-word-limit
/>
<el-input
v-model=
"form.remarks"
type=
"textarea"
placeholder=
"请输入内容"
maxlength=
"500"
show-word-limit
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"原备注"
prop=
"remark"
>
<el-form-item
label=
"原
料
备注"
prop=
"remark"
>
<el-input
v-model=
"form.remark"
type=
"textarea"
placeholder=
"请输入内容"
maxlength=
"500"
show-word-limit
/>
<el-input
v-model=
"form.remark"
type=
"textarea"
placeholder=
"请输入内容"
maxlength=
"500"
show-word-limit
/>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
...
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