Commit 87dcc0fb authored by hiyonx's avatar hiyonx

销售订单功能完善

parent 6ce827a7
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<div class="base-info"> <div class="base-info">
<el-form :model="sapData" ref="form" label-width="120px" size="mini"> <el-form :model="sapData" ref="form" label-width="120px" size="mini">
<el-row class="form-wrap" :gutter="gutter"> <el-row class="form-wrap" :gutter="gutter">
<div>
<template v-for="(sapProperties, key) in sapPropertyMap"> <template v-for="(sapProperties, key) in sapPropertyMap">
<div class="separator">{{ getViewTypeName(key) }}</div> <div class="separator">{{ getViewTypeName(key) }}</div>
<template v-for="item in sapProperties"> <template v-for="item in sapProperties">
...@@ -13,6 +14,7 @@ ...@@ -13,6 +14,7 @@
</el-col> </el-col>
</template> </template>
</template> </template>
</div>
</el-row> </el-row>
<div class="footer"> <div class="footer">
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment