shish 3 yıl önce
ebeveyn
işleme
b8293e8d8a

+ 6 - 1
app-ghs/controllers/StockOutController.php

@@ -19,7 +19,12 @@ class StockOutController extends BaseController
         if ($shop->default == 1) {
             util::fail('首店库存不能全部出库');
         }
-        util::fail('功能开发中');
+
+        util::fail('开发中');
+
+        //$mainId = $this->mainId;
+        //$list = ProductClass::getAllByCondition(['mainId' => $mainId], null, '*', null, true);
+
         util::complete();
     }
 

+ 1 - 1
app-pt/views/main/app.php

@@ -31,7 +31,7 @@ if ($xhbApi == 'wixhb.com') {
 
 <div style="text-align:center;margin-top:30px;">
     <a style="margin:0 auto;display:inline-block;border:none;padding:8px 15px;border-radius:16px;color:white;background-color:#3385FF;text-decoration:none"
-       href="https://img.wixhb.com/apk/pad7.apk">收银台和操作台</a>
+       href="https://img.wixhb.com/apk/pad9.apk">收银台和操作台</a>
 </div>
 
 </body>