Browse Source

完善商品退货

master
yunuo970428 7 months ago
parent
commit
6966d2341e
  1. 3
      yxt-as-ui/src/views/operation/merchandisereturn/merchandisereturnAdd.vue
  2. 1
      yxt-as-ui/src/views/operation/merchandisereturn/merchandisereturnInfo.vue
  3. 1
      yxt-as-ui/src/views/workFlow/shangpintuihuoFlow/merchandisereturnDaiBan.vue
  4. 3
      yxt-as-ui/src/views/workFlow/shangpintuihuoFlow/merchandisereturnEdit.vue
  5. 1
      yxt-as-ui/src/views/workFlow/shangpintuihuoFlow/merchandisereturnYiBan.vue

3
yxt-as-ui/src/views/operation/merchandisereturn/merchandisereturnAdd.vue

@ -106,7 +106,7 @@
<el-table :key="sitemKey" :data="formobj.sitemVos" :index="index" border style="width: 100%">
<el-table-column fixed width="60" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column fixed label="操作" align="center" width="100">
<template>
<template slot-scope="scope">
<el-button type="primary" size="small" @click="sitemReturn(scope.row, scope.$index)">退</el-button>
</template>
</el-table-column>
@ -149,6 +149,7 @@
</el-table>
</div>
<div class="title">退货信息</div>
<el-divider style="color: #FFFFFF"></el-divider>
<div v-show="formobj.returnSitemVos.length > 0">
<div class="title">维修项目</div>
<el-table :key="sitemReturnKey" :data="formobj.returnSitemVos" :index="index" border style="width: 100%">

1
yxt-as-ui/src/views/operation/merchandisereturn/merchandisereturnInfo.vue

@ -99,6 +99,7 @@
</el-col>
</el-row>
<div class="title">退货信息</div>
<el-divider style="color: #FFFFFF"></el-divider>
<div v-show="formobj.returnSitemVos.length > 0">
<div class="title">维修项目</div>
<el-table :key="sitemReturnKey" :data="formobj.returnSitemVos" :index="index" border style="width: 100%">

1
yxt-as-ui/src/views/workFlow/shangpintuihuoFlow/merchandisereturnDaiBan.vue

@ -102,6 +102,7 @@
</el-col>
</el-row>
<div class="title">退货信息</div>
<el-divider style="color: #FFFFFF"></el-divider>
<div v-show="formobj.returnSitemVos.length > 0">
<div class="title">维修项目</div>
<el-table :key="sitemReturnKey" :data="formobj.returnSitemVos" :index="index" border style="width: 100%">

3
yxt-as-ui/src/views/workFlow/shangpintuihuoFlow/merchandisereturnEdit.vue

@ -105,7 +105,7 @@
<el-table :key="sitemKey" :data="formobj.sitemVos" :index="index" border style="width: 100%">
<el-table-column fixed width="60" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column fixed label="操作" align="center" width="100">
<template>
<template slot-scope="scope">
<el-button type="primary" size="small" @click="sitemReturn(scope.row, scope.$index)">退</el-button>
</template>
</el-table-column>
@ -149,6 +149,7 @@
</el-table>
</div>
<div class="title">退货信息</div>
<el-divider style="color: #FFFFFF"></el-divider>
<div v-show="formobj.returnSitemVos.length > 0">
<div class="title">维修项目</div>
<el-table :key="sitemReturnKey" :data="formobj.returnSitemVos" :index="index" border style="width: 100%">

1
yxt-as-ui/src/views/workFlow/shangpintuihuoFlow/merchandisereturnYiBan.vue

@ -99,6 +99,7 @@
</el-col>
</el-row>
<div class="title">退货信息</div>
<el-divider style="color: #FFFFFF"></el-divider>
<div v-show="formobj.returnSitemVos.length > 0">
<div class="title">维修项目</div>
<el-table :key="sitemReturnKey" :data="formobj.returnSitemVos" :index="index" border style="width: 100%">

Loading…
Cancel
Save