Explorar o código

待备样上传scpCode

panxingxin %!s(int64=5) %!d(string=hai) anos
pai
achega
295a0448a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/store-sample-pending/store-sample-pending.page.ts

+ 1 - 1
src/app/store-sample-pending/store-sample-pending.page.ts

@@ -69,7 +69,7 @@ export class StoreSamplePendingPage implements OnInit {
 
   // 备货完成
   async managePending(storeSample) {
-    await this.userData.changeShelfLend(storeSample.code)
+    await this.userData.changeShelfLend(storeSample.scpCode)
     this.getList()
   }