|
@@ -45,7 +45,7 @@
|
|
|
<el-table-column prop="number" width="150" label="编号"></el-table-column>
|
|
|
<el-table-column prop="customer" label="客户"></el-table-column>
|
|
|
<el-table-column prop="carNumber" label="车牌号"></el-table-column>
|
|
|
- <el-table-column prop="boxNo" label="箱号-1">
|
|
|
+ <!-- <el-table-column prop="boxNo" label="箱号-1">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if='scope.row.qualityInspectionManagement.boxNo'>{{scope.row.qualityInspectionManagement.boxNo}}</div>
|
|
|
</template>
|
|
@@ -69,7 +69,7 @@
|
|
|
{{scope.row.qualityInspectionManagement.titleNoOther}}
|
|
|
</div>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column prop="goodsName" label="货名"></el-table-column>
|
|
|
<el-table-column prop="type" label="类型"></el-table-column>
|
|
|
<el-table-column prop="grossWeight" label="毛重(公斤)" width="120"></el-table-column>
|
|
@@ -96,7 +96,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="status" label="状态"></el-table-column>
|
|
|
- <el-table-column width="300" prop="contractNo1" label="操作">
|
|
|
+ <el-table-column width="270" prop="contractNo1" label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button @click="weightCheck(scope.row, 1)" v-if=" scope.row.status == '已称毛重' || scope.row.status == '已质检' "
|
|
|
v-hasPermission="`acquisitionManagement.acquisitionWeight.mao`">毛重</el-button>
|
|
@@ -418,7 +418,7 @@
|
|
|
console.log(this.cangid)
|
|
|
// 质检是否是已确定状态
|
|
|
let _isGoweightCheck = this.isConfirmQuality(row)
|
|
|
- if (_isGoweightCheck) {
|
|
|
+ if (!_isGoweightCheck) {
|
|
|
this.$router.push({
|
|
|
path: 'weightCheck',
|
|
|
query: {
|