|
@@ -140,11 +140,11 @@
|
|
|| record.status=='8' || record.status=='9' || record.status=='16' || record.status=='17' )">
|
|
|| record.status=='8' || record.status=='9' || record.status=='16' || record.status=='17' )">
|
|
<a style="color:green" @click="cancel(record)" >强制结束</a>
|
|
<a style="color:green" @click="cancel(record)" >强制结束</a>
|
|
</a-menu-item>
|
|
</a-menu-item>
|
|
- <a-menu-item v-if="hasPerm('bizOtherAppointmentAuthorize') && (record.status=='17' )">
|
|
|
|
|
|
+ <a-menu-item v-if="hasPerm('bizOtherAppointmentAuthorize') && (record.status=='5' )">
|
|
<a style="color:orange" @click="exit(record)" >授权离场</a>
|
|
<a style="color:orange" @click="exit(record)" >授权离场</a>
|
|
</a-menu-item>
|
|
</a-menu-item>
|
|
|
|
|
|
- <a-menu-item v-if="hasPerm('bizOtherComplete') && ((record.isWeigh == '2' && record.status=='5') || (record.isWeigh == '1' && record.status=='6'))">
|
|
|
|
|
|
+ <a-menu-item v-if="hasPerm('bizOtherComplete') && (record.isWeigh == '1' && record.status=='6')">
|
|
<a style="color:orange" @click="completeOther(record)" >完成装货</a>
|
|
<a style="color:orange" @click="completeOther(record)" >完成装货</a>
|
|
</a-menu-item>
|
|
</a-menu-item>
|
|
|
|
|
|
@@ -260,12 +260,12 @@
|
|
align: 'center',
|
|
align: 'center',
|
|
width:130
|
|
width:130
|
|
},
|
|
},
|
|
- {
|
|
|
|
|
|
+ /*{
|
|
title: '备注',
|
|
title: '备注',
|
|
dataIndex: 'remark',
|
|
dataIndex: 'remark',
|
|
align: 'center',
|
|
align: 'center',
|
|
width:130
|
|
width:130
|
|
- },
|
|
|
|
|
|
+ },*/
|
|
]
|
|
]
|
|
// 操作栏通过权限判断是否显示
|
|
// 操作栏通过权限判断是否显示
|
|
columns.push({
|
|
columns.push({
|