Browse Source

修改必填项提示

Qukatie 4 tháng trước cách đây
mục cha
commit
a6333b91d5

+ 7 - 0
src/views/iosBasicData/SeafreightExportF/bills/billsDetails.vue

@@ -952,6 +952,10 @@ export default {
           name: "ETD",
           value: "etd"
         },
+         {
+          name: "ATD",
+          value: "actualEtd"
+        },
         {
           name: "装货港",
           value: "polCnName"
@@ -2404,6 +2408,9 @@ export default {
           if (!this.form.etd) {
             msgs.push("ETD");
           }
+          if (!this.form.actualEtd) {
+            msgs.push("ATD");
+          }
           if (!this.form.srcType || !this.form.srcCnName) {
             msgs.push("业务来源");
           }