Browse Source

调入仓库同步备注

Qukatie 4 days ago
parent
commit
0a6a2865ed

+ 1 - 0
src/views/tirePartsMall/salesManagement/outboundWorkOrderL/detailsPage.vue

@@ -993,6 +993,7 @@ export default {
       if (name == "callInStorageName") {
         if (row) {
           this.form.callInStorageId = row.id;
+           this.form.remarks =row.remarks
         } else {
           this.form.callInStorageId = null;
           this.form.callInStorageName = row.id;