wbc
2025-11-13 c4447f334498eaf1f119d36c1cbe83098d3c7083
H5/tbbd.aspx
@@ -16,6 +16,9 @@
/></van-notice-bar>
    <van-nav-bar
  title="托板码绑定"
  left-text="返回"
@@ -24,6 +27,31 @@
></van-nav-bar>
<%--    <div class="mySolid">--%>
        <van-cell-group>
   <van-field
    value=""
    label="员工编号"
    clearable
     placeholder="选择"
    :right-icon-size="19"
      v-model="stafId"
      @keyup.enter.native ="getStaff"
  ><template #button>
    <van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
  </template>
  </van-field>
<van-field
  value=""
  label="员工名称"
   clearable
 placeholder="员工名称"
  :right-icon-size="19"
     v-model="stafName"
    readonly
></van-field>
  <van-field 
    ref="TbBarCode"
    v-model="formData.TbBarCode"
@@ -88,7 +116,7 @@
   </van-tab>
 </van-tabs>
 <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
    <comloading  v-if="isLoading"></comloading>