@@ -19,6 +19,11 @@
width="55"
fixed>
</el-table-column>
+ <el-table-column
+ prop="rowno"
+ label="订单行号"
+ width="70">
+ </el-table-column>
<el-table-column
prop="itemname"
label="商品名称"
@@ -64,6 +69,13 @@
<el-tag size="mini" type="info" effect="plain">{{scope.row.unit}}/{{scope.row.auxunit}}</el-tag>
</template>
+ label="未发货数量"
+ width="100">
+ <template slot-scope="scope">
+ <p><span>{{scope.row.undeliqty}}</span></p>
+ </template>
</el-table>
<div style="margin-top:16px;text-align:right">
<el-pagination