|
|
@@ -2477,9 +2477,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
submit(this.form);
|
|
|
- this.$confirm("是否提交订舱?", {
|
|
|
+
|
|
|
+ this.$confirm(`预定集装箱:${this.form.quantityCntrDescr}<br/>是否提交订舱?`, {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
+ dangerouslyUseHTMLString: true,
|
|
|
type: "warning"
|
|
|
}).then(() => {
|
|
|
this.form.businessType = "KHTS";
|