|
@@ -91,7 +91,7 @@ export default {
|
|
>
|
|
>
|
|
查看
|
|
查看
|
|
</el-button>
|
|
</el-button>
|
|
- {row.examineStatus != 'OK'||row.examineStatus != 'FAIL' ? (
|
|
|
|
|
|
+ {row.examineStatus != 'OK'&& row.examineStatus != 'FAIL' ? (
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="text" onClick={() => {
|
|
type="text" onClick={() => {
|
|
@@ -102,7 +102,7 @@ export default {
|
|
审批
|
|
审批
|
|
</el-button>
|
|
</el-button>
|
|
) : null}
|
|
) : null}
|
|
- {row.examineStatus != 'OK' ||row.examineStatus != 'FAIL' ? (
|
|
|
|
|
|
+ {row.examineStatus != 'OK'&&row.examineStatus != 'FAIL' ? (
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
onOnConfirm={() => {
|
|
onOnConfirm={() => {
|
|
deleteCustomerStockOrder({ id: row.id }).then(res => {
|
|
deleteCustomerStockOrder({ id: row.id }).then(res => {
|