1
wangxinhui
2026-01-29 c67c39f00fde325f3ff3f407c6b8b7416d5152c1
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/proOutboundOrderDetail.vue
@@ -438,6 +438,7 @@
      if (this.selection.length === 0) {
        return this.$message.error("请选择单据明细");
      }
      this.getLineInfoData();
      this.dialogFormVisible=true;
    },
    open(row) {
@@ -566,6 +567,16 @@
          }
        });
    },
    getLineInfoData() {
      var param = ["lineInfo"];
      this.http
        .post("api/Sys_Dictionary/GetVueDictionary", param, "查询中")
        .then((x) => {
          if (x.length > 0) {
            this.formRules1[0][0].data = x[0].data;
          }
        });
    },
    closeCustomModel() {
      this.formFields1.LineCode="";
      this.formFields1.Grade="0";