This commit is contained in:
linfso 2024-05-20 08:57:56 +08:00
parent 6652a3df77
commit 71670cc2a6
2 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@ VUE_APP_VERSION = '20240516'
# 开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_PDOMAIN = 'tanex56'
VUE_APP_BASE_API = 'http://api.emis.tanex56.com/api/bizsvr'
# VUE_APP_BASE_API = 'http://47.102.220.189:58089/api/bizsvr'
# VUE_APP_BASE_API = 'http://api.emis.tanex56.com/api/bizsvr'
VUE_APP_BASE_API = 'http://47.102.220.189:58089/api/bizsvr'
# VUE_APP_BASE_API = 'http://47.96.189.20:58089/api/bizsvr'

View File

@ -18,10 +18,10 @@
<el-form-item label="运单号" prop="billCode" >
<div style="display:inline-flex">
<div>
<!-- <el-input v-model="form.billCode" placeholder="运单号" style="font-weight:600;color:black" /> -->
<el-input v-model="form.billCode" placeholder="单号输入后按回车" @keyup.enter.native="handleScanInput" style="font-weight:600;color:black" >
<el-input v-model="form.billCode" placeholder="运单号" style="font-weight:600;color:black" />
<!-- <el-input v-model="form.billCode" placeholder="单号输入后按回车" @keyup.enter.native="handleScanInput" style="font-weight:600;color:black" >
<i slot="suffix" class="iconfont">&#xe656;</i>
</el-input>
</el-input> -->
</div>
<div style="padding-left:5px"> <el-checkbox style="font-size:400;margin-right:10px;font-size:10px" @change="checked=>handleBillCodeChange(checked)"><span style="font-size:10px">电子主单</span></el-checkbox></div>
</div>