Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
52094f2e
Commit
52094f2e
authored
Oct 30, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包详情优化
parent
a425c8fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
PackHistoryDetail.vue
src/views/ecw/order/components/PackHistoryDetail.vue
+4
-2
No files found.
src/views/ecw/order/components/PackHistoryDetail.vue
View file @
52094f2e
...
...
@@ -18,9 +18,9 @@
<el-descriptions-item
:label=
"$t('商品特性')"
>
{{productAttr}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('用途')"
>
<div
v-if=
"orderItem.usageIds"
>
<div
v-for=
"(item,index) in
row
.usageIds.split(',')"
>
<div
v-for=
"(item,index) in
orderItem
.usageIds.split(',')"
>
<dict-tag
:type=
"DICT_TYPE.OREER_ITEM_USAGE"
:value=
"item"
/>
<span
v-if=
"(index+1)!=
row
.usageIds.split(',').length"
>
,
</span>
<span
v-if=
"(index+1)!=
orderItem
.usageIds.split(',').length"
>
,
</span>
</div>
</div>
</el-descriptions-item>
...
...
@@ -163,12 +163,14 @@
</div>
</el-dialog>
<el-dialog
:title=
"$t('箱明细')"
:visible.sync=
"boxShow"
:before-close=
"closeBox"
:close-on-click-modal=
"false"
width=
"800px"
>
<el-form>
<WarehouseRecordDetailItem
v-for=
"(item, index) in boxData"
:key=
"index"
v-model=
"boxData[index]"
:index=
"index"
:attr-list=
"attrList"
:readonly=
"true"
/>
</el-form>
</el-dialog>
</div>
</template>
...
...
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