|
@@ -262,6 +262,7 @@
|
|
<el-table-column
|
|
<el-table-column
|
|
width="100"
|
|
width="100"
|
|
fixed
|
|
fixed
|
|
|
|
+ sortable
|
|
label="调拨状态"
|
|
label="调拨状态"
|
|
align="center"
|
|
align="center"
|
|
prop="fItemsStatus"
|
|
prop="fItemsStatus"
|
|
@@ -278,24 +279,26 @@
|
|
width="220"
|
|
width="220"
|
|
label="货权方"
|
|
label="货权方"
|
|
fixed
|
|
fixed
|
|
|
|
+ sortable
|
|
align="center"
|
|
align="center"
|
|
prop="fCorpid"
|
|
prop="fCorpid"
|
|
/>
|
|
/>
|
|
- <el-table-column label="提单号" fixed width="216" align="center" prop="fMblno" show-overflow-tooltip/>
|
|
|
|
|
|
+ <el-table-column label="提单号" sortable fixed width="216" align="center" prop="fMblno" show-overflow-tooltip/>
|
|
<el-table-column label="品名" fixed :show-overflow-tooltip="true" align="ceter" prop="fProductName" />
|
|
<el-table-column label="品名" fixed :show-overflow-tooltip="true" align="ceter" prop="fProductName" />
|
|
<el-table-column label="品牌" fixed align="center" prop="fMarks" />
|
|
<el-table-column label="品牌" fixed align="center" prop="fMarks" />
|
|
<el-table-column
|
|
<el-table-column
|
|
label="调拨日期"
|
|
label="调拨日期"
|
|
align="center"
|
|
align="center"
|
|
fixed
|
|
fixed
|
|
|
|
+ sortable
|
|
prop="createTime"
|
|
prop="createTime"
|
|
width="100"
|
|
width="100"
|
|
><template slot-scope="scope">
|
|
><template slot-scope="scope">
|
|
<span>{{ parseTime(scope.row.fBsdate, "{y}-{m}-{d}") }}</span>
|
|
<span>{{ parseTime(scope.row.fBsdate, "{y}-{m}-{d}") }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="调入仓库" fixed align="center" prop="fWarehouseid" />
|
|
|
|
- <el-table-column label="调出仓库" fixed align="center" prop="fInwarehouseid" />
|
|
|
|
|
|
+ <el-table-column label="调入仓库" sortable fixed align="center" prop="fWarehouseid" width="100"/>
|
|
|
|
+ <el-table-column label="调出仓库" sortable fixed align="center" prop="fInwarehouseid" width="100"/>
|
|
<el-table-column label="计划调拨件数" align="center" prop="fPlanqty" width="100"/>
|
|
<el-table-column label="计划调拨件数" align="center" prop="fPlanqty" width="100"/>
|
|
<el-table-column label="调拨件数" align="center" prop="fQty" />
|
|
<el-table-column label="调拨件数" align="center" prop="fQty" />
|
|
<el-table-column label="调拨毛重(kg)" align="center" prop="fGrossweight" width="100"/>
|
|
<el-table-column label="调拨毛重(kg)" align="center" prop="fGrossweight" width="100"/>
|