|
|
@ -1,9 +1,8 @@ |
|
|
<template> |
|
|
<template> |
|
|
<section> |
|
|
<section> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="4" class="padding"> |
|
|
|
|
|
<el-row> |
|
|
|
|
|
<el-col :span="24"> |
|
|
|
|
|
|
|
|
<el-col :span="4" class="padding-left"> |
|
|
|
|
|
<el-row> |
|
|
<xm-product-select |
|
|
<xm-product-select |
|
|
ref="xmProductSelect" |
|
|
ref="xmProductSelect" |
|
|
:auto-select="true" |
|
|
:auto-select="true" |
|
|
@ -11,8 +10,7 @@ |
|
|
:iterationId="xmIteration ? xmIteration.id : null" |
|
|
:iterationId="xmIteration ? xmIteration.id : null" |
|
|
@row-click="onProductRowClick" |
|
|
@row-click="onProductRowClick" |
|
|
@clear="onProductClearSelect" |
|
|
@clear="onProductClearSelect" |
|
|
></xm-product-select> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
|
|
|
></xm-product-select> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row |
|
|
<el-row |
|
|
ref="pageBody" |
|
|
ref="pageBody" |
|
|
|