|
|
@ -27,11 +27,6 @@ |
|
|
@row-click="changeData" |
|
|
@row-click="changeData" |
|
|
v-loading="dataListLoading" |
|
|
v-loading="dataListLoading" |
|
|
style="margin-top: 0px; width: 100%;"> |
|
|
style="margin-top: 0px; width: 100%;"> |
|
|
<el-table-column |
|
|
|
|
|
type="index" |
|
|
|
|
|
label="序号" |
|
|
|
|
|
width="80" |
|
|
|
|
|
align="center" /> |
|
|
|
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="flexId" |
|
|
prop="flexId" |
|
|
label="进仓编号" |
|
|
label="进仓编号" |
|
|
@ -80,11 +75,11 @@ |
|
|
:height="detailHeight" |
|
|
:height="detailHeight" |
|
|
v-loading="poListLoading" |
|
|
v-loading="poListLoading" |
|
|
style="width: 100%;"> |
|
|
style="width: 100%;"> |
|
|
<el-table-column |
|
|
|
|
|
type="index" |
|
|
|
|
|
label="序号" |
|
|
|
|
|
width="80" |
|
|
|
|
|
align="center" /> |
|
|
|
|
|
|
|
|
<!-- <el-table-column--> |
|
|
|
|
|
<!-- type="index"--> |
|
|
|
|
|
<!-- label="序号"--> |
|
|
|
|
|
<!-- width="80"--> |
|
|
|
|
|
<!-- align="center" />--> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="orderNo" |
|
|
prop="orderNo" |
|
|
label="PO" |
|
|
label="PO" |
|
|
|