|
@@ -808,7 +808,7 @@
|
|
icon="el-icon-document-checked"
|
|
icon="el-icon-document-checked"
|
|
@click.native.prevent="addscarsRow(scope.row)"
|
|
@click.native.prevent="addscarsRow(scope.row)"
|
|
:disabled="
|
|
:disabled="
|
|
- scope.row.billStatus >= 6 || scope.row.billStatus == 3
|
|
|
|
|
|
+ scope.row.billStatus >= 6
|
|
"
|
|
"
|
|
v-hasPermi="['fleet:ftmsorderbillscars:edit']"
|
|
v-hasPermi="['fleet:ftmsorderbillscars:edit']"
|
|
>提交</el-button
|
|
>提交</el-button
|