wangxinhui
2026-01-19 3edc6956b30df3fc11025e0b719f320fcb1ec9c5
´úÂë¹ÜÀí/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";