南骏 池
2025-06-20 1ad8334fa579f1746efe55303a7773ad85aeee51
H5/Scbg.aspx
@@ -14,15 +14,16 @@
          left-arrow
          @click-left="GoBack()"
        ></van-nav-bar>
        <div>
        <div class="content-wrapper">
        <van-cell-group>
  <van-field
    value=""
    label="员工id"
    label="员工编号"
    clearable 
     placeholder="选择"
    :right-icon-size="19"
      v-model="stafId"
      @keyup.enter.native ="getStaff"
     v-focus.noKeyboard
  ><template #button>
    <van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
@@ -37,11 +38,13 @@
    readonly
></van-field>
 <van-field
     ref="barcode"
  value=""
  label="报工条码"
   clearable 
 placeholder="请扫码"
     @input="getBarcode"
     @keyup.enter.native ="getBarcode"
     <%--@input="getBarcode"--%>
  :right-icon-size="19"
     v-model="barcode"
  v-focus.noKeyboard
@@ -118,15 +121,15 @@
   placeholder="报工数量"
></van-field>
</van-cell-group>
    </div>
    <van-button type="primary" @click="tmcf" :loading="load" loading-text="发送中">确认</van-button>
    <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
</div>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
    <comloading  v-if="isLoading"></comloading>
    <comback ></comback>
    <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
    <script src="Js/Scbg.js?<%=12325 %>"></script>
    <script src="Js/Scbg.js?<%=12327 %>"></script>
</asp:Content>