´úÂë¹ÜÀí/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";