|
|
@@ -87,7 +87,7 @@
|
|
|
>{{ val.dictTag }}</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
<el-table
|
|
|
@@ -460,7 +460,7 @@
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<!-- 车辆报价新页面 -->
|
|
|
- <detailsDialog ref="detailsDialog" :orderInfo.sync="orderInfo"></detailsDialog>
|
|
|
+ <detailsDialog ref="detailsDialog" :orderInfo.sync="orderInfo" :Feepermissions="false"></detailsDialog>
|
|
|
<!-- 订单轨迹 -->
|
|
|
<el-dialog :visible.sync="ddgjdialogVisible" width="430px">
|
|
|
<div slot="title" class="dialog-title">
|
|
|
@@ -740,7 +740,7 @@ export default {
|
|
|
type: Boolean,
|
|
|
default: true
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
mounted() {
|
|
|
window.addEventListener("resize", this.getDimensions);
|
|
|
@@ -887,9 +887,9 @@ export default {
|
|
|
else {
|
|
|
this.$refs.quotationDialog.setBackupVisible(true);
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
@@ -935,7 +935,7 @@ export default {
|
|
|
res.data.activeName='999'
|
|
|
this.$emit('orderEdit',res.data)
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
else{
|
|
|
this.$message.error(res.msg)
|
|
|
@@ -1164,7 +1164,7 @@ export default {
|
|
|
this.creatQrCode(qrCodeUrl);
|
|
|
}
|
|
|
});
|
|
|
- }
|
|
|
+ }
|
|
|
})
|
|
|
} else {
|
|
|
this.$message({ message: res.msg, type: "warning" });
|
|
|
@@ -2188,15 +2188,15 @@ export default {
|
|
|
this.$set(val, "expanded", false);
|
|
|
});
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
} else {
|
|
|
this.$message.error(res.msg);
|
|
|
this.orderLoaing = false;
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
},
|
|
|
//查询
|
|
|
onSubmit() {
|
|
|
@@ -2731,4 +2731,3 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
-
|