|
@@ -842,7 +842,7 @@
|
|
|
icon="el-icon-document-checked"
|
|
|
@click.native.prevent="selectStowage(scope.row)"
|
|
|
v-if="schedulingList[0].transProp == '1' && scope.row.billStatus >= 6"
|
|
|
- :disabled="scope.row.mBillNo"
|
|
|
+ :disabled="scope.row.mBillNo?true:false"
|
|
|
v-hasPermi="['fleet:ftmsorderbillscars:edit']"
|
|
|
>配载</el-button
|
|
|
>
|