Quellcode durchsuchen

调入仓库同步备注

Qukatie vor 2 Wochen
Ursprung
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;