...
|
...
|
@@ -13,7 +13,7 @@ |
|
|
<el-button type="primary" icon="el-icon-search" size="small" @click="getList()">
|
|
|
查询
|
|
|
</el-button>
|
|
|
<el-button type="success" icon="el-icon-edit" size="small" @click="applyAdd()">新增</el-button>
|
|
|
<!-- <el-button type="success" icon="el-icon-edit" size="small" @click="applyAdd()">新增</el-button>-->
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!-- 列表区域-->
|
...
|
...
|
@@ -28,120 +28,59 @@ |
|
|
>
|
|
|
<el-table-column
|
|
|
fixed
|
|
|
prop="goodno"
|
|
|
label="货物单号"
|
|
|
width="120">
|
|
|
label="操作"
|
|
|
width="160">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="primary" size="mini">查看货物明细</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="vol"
|
|
|
label="体积"
|
|
|
width="60">
|
|
|
fixed
|
|
|
prop="waybill"
|
|
|
label="主单号"
|
|
|
width="120">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="weight"
|
|
|
label="重量"
|
|
|
width="60">
|
|
|
prop="billfhl"
|
|
|
label="分单号"
|
|
|
width="120">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="pcs"
|
|
|
label="件数"
|
|
|
width="60">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="billweight"
|
|
|
label="计费重量"
|
|
|
width="70">
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="area"
|
|
|
label="库区"
|
|
|
width="60">
|
|
|
prop="weight"
|
|
|
label="重量"
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="location"
|
|
|
label="库位"
|
|
|
width="60">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="serialnumber"
|
|
|
label="流水号"
|
|
|
width="120">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="station"
|
|
|
label="出入库场站"
|
|
|
width="100">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="status"
|
|
|
label="状态"
|
|
|
width="80">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.status ==='0'">失败</span>
|
|
|
<span v-if="scope.row.status ==='1'">成功</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="transcar"
|
|
|
label="运输车辆信息"
|
|
|
width="100">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="transtype"
|
|
|
label="交易类型"
|
|
|
width="100">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="custel"
|
|
|
label="客户联系电话"
|
|
|
width="140">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="customer"
|
|
|
label="联系人姓名"
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="customername"
|
|
|
label="客户名称"
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="goodstype"
|
|
|
label="货物类型"
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="house"
|
|
|
label="出入库仓库"
|
|
|
width="100">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="ietype"
|
|
|
label="出入库类型"
|
|
|
width="60">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.ietype ==='I'">进</span>
|
|
|
<span v-if="scope.row.ietype ==='E'">出</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="opter"
|
|
|
label="出入库经办人"
|
|
|
width="100">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="opttime"
|
|
|
label="出入库时间"
|
|
|
width="140">
|
|
|
prop="createdate"
|
|
|
label="创建时间">
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column-->
|
|
|
<!-- prop="status"-->
|
|
|
<!-- label="状态"-->
|
|
|
<!-- width="80">-->
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
<!-- <span v-if="scope.row.status ==='0'">失败</span>-->
|
|
|
<!-- <span v-if="scope.row.status ==='1'">成功</span>-->
|
|
|
<!-- </template>-->
|
|
|
<!-- </el-table-column>-->
|
|
|
<el-table-column
|
|
|
fixed="right"
|
|
|
label="操作"
|
|
|
width="200">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="success" size="mini" @click="applyEdit(scope.row)">编辑</el-button>
|
|
|
<el-button type="danger" size="mini" @click="applyDel(scope.$index,scope.row)">删除</el-button>
|
|
|
<el-button type="success" size="mini">更改主单</el-button>
|
|
|
<!-- <el-button type="success" size="mini" @click="applyEdit(scope.row)">编辑</el-button>-->
|
|
|
<!-- <el-button type="danger" size="mini" @click="applyDel(scope.$index,scope.row)">删除</el-button>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
...
|
...
|
|