Browse Source

修改样式

wms3.0_pda
niexiting 1 year ago
parent
commit
74fa19fe69
  1. 4
      mycomponents/recommend/recommend.vue
  2. 2
      static/config.json

4
mycomponents/recommend/recommend.vue

@ -17,9 +17,9 @@
:handleQty="Number(detail.handleQty)" :isShowStdPack="false"> :handleQty="Number(detail.handleQty)" :isShowStdPack="false">
</compare-qty> </compare-qty>
<view class="uni-flex uni-row" style="vertical-align:center"> <view class="uni-flex uni-row" style="vertical-align:center">
<text style="font-size: 10rpx;color: #2979ff; " <text style="font-size: 30rpx;color: #2979ff; "
@click="copy">复制采购</text> @click="copy">复制采购</text>
<text style="font-size: 10rpx;color: #2979ff;" @click="copyPro">|制品</text> <text style="font-size: 30rpx;color: #2979ff;" @click="copyPro">|制品</text>
</view> </view>
</view> </view>
</view> </view>

2
static/config.json

@ -18,7 +18,7 @@
"request_url": { "request_url": {
"name": "request_url", "name": "request_url",
"value": "http://dev.ccwin-in.com:25100/api/admin-api", "value": "http://192.168.0.157:12080/admin-api",
"dev2":"http://192.168.0.157:12080/admin-api", "dev2":"http://192.168.0.157:12080/admin-api",
"dev":"http://dev.ccwin-in.com:25100/api/admin-api", "dev":"http://dev.ccwin-in.com:25100/api/admin-api",
"local":"http://localhost:12080", "local":"http://localhost:12080",

Loading…
Cancel
Save