Browse Source

负数订单

shish 1 year ago
parent
commit
1a489960bc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      hdApp/src/admin/home/workbench.vue
  2. 1 1
      hdApp/src/pagesPurchase/order.vue

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -227,7 +227,7 @@
                   <view class="button_5 flex-col" v-else @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
                 </block>
                 <block v-else>
-                  <view class="button_6 flex-col" @click="fillCg(ghsInfo)"><text class="text_13">录采购单</text></view>
+                  <view class="button_6 flex-col" @click="fillCg(ghsInfo)"><text class="text_13">买花</text></view>
                 </block>
                 <text style="position:absolute;left:677upx;top:17upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
               </view>

+ 1 - 1
hdApp/src/pagesPurchase/order.vue

@@ -106,7 +106,7 @@
                 <view class="button_5 flex-col" v-else @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
               </block>
               <block v-else>
-                <view class="button_6 flex-col" @click="fillCg(ghsInfo)"><text class="text_13">录采购单</text></view>
+                <view class="button_6 flex-col" @click="fillCg(ghsInfo)"><text class="text_13">买花</text></view>
               </block>
               <text style="position:absolute;left:686upx;top:16upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
             </view>