This commit is contained in:
aihe 2024-05-08 17:26:34 +08:00
parent 52ff518e8e
commit bfea658864
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<tpx-layout>
<template v-slot:body>
<view class="blcok-white-noradius" style="margin-top: 0;">
<u-row v-if="submitParam.dispatchOrSendManCode" justify="between">
<u-row justify="between">
<view style="flex:1;">
<tpx-scan-input v-model:value="submitParam.billCode" placeholder="请输入或扫码"
@change="handleScanValChange" iconPos="left"></tpx-scan-input>

View File

@ -3,7 +3,7 @@
<tpx-layout>
<template v-slot:body>
<view class="blcok-white-noradius" style="margin-top: 0;">
<u-row v-if="submitParam.dispatchOrSendManCode" justify="between">
<u-row justify="between">
<view style="flex:1;">
<tpx-scan-input v-model:value="submitParam.billCode" placeholder="请输入或扫码"
@change="handleScanValChange" iconPos="left"></tpx-scan-input>

View File

@ -3,7 +3,7 @@
<tpx-layout>
<template v-slot:body>
<view class="blcok-white-noradius" style="margin-top: 0;">
<u-row v-if="submitParam.preOrNextStationCode" justify="between">
<u-row justify="between">
<view style="flex:1;">
<tpx-scan-input v-model:value="submitParam.billCode" placeholder="请输入或扫码"
@change="handleScanValChange" iconPos="left"></tpx-scan-input>