浏览代码

待备样上传scpCode

panxingxin 5 年之前
父节点
当前提交
295a0448a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
   }