Browse Source

修改 HMM 信息

wfg 5 months ago
parent
commit
0f60b8775c

+ 4 - 4
src/views/iosBasicData/SeafreightExportF/bills/assembly/edicode.vue

@@ -163,7 +163,7 @@ export default {
                 data: this.assemblyForm.hmmEdi,
                 menuPosition: 'right',
                 option: {
-                    submitText: '保存',
+                    submitText: '确定',
                     emptyText: '取消',
                     labelWidth: 130,
                     column: [
@@ -175,7 +175,7 @@ export default {
                             dicUrl: "/api/blade-system/dict-biz/dictionary?code=ENS_Identification",
                             props: {
                                 label: "dictValue",
-                                value: "dictValue"
+                                value: "dictKey"
                             },
                             rules: [{
                                 required: true,
@@ -191,7 +191,7 @@ export default {
                             dicUrl: "/api/blade-system/dict-biz/dictionary?code=manifest_Type",
                             props: {
                                 label: "dictValue",
-                                value: "dictValue"
+                                value: "dictKey"
                             },
                         },
                         {
@@ -364,7 +364,7 @@ export default {
                             dicUrl: "/api/blade-system/dict-biz/dictionary?code=chemical_Identification",
                             props: {
                                 label: "dictValue",
-                                value: "dictValue"
+                                value: "dictKey"
                             },
                         },
                         {