瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
780d8fcbc1
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/packageMine/pages/workerEnter.vue

+ 9 - 0
src/packageMine/pages/workerEnter.vue

@@ -27,6 +27,12 @@
                 </view>
               </view>
               <view class="item flex">
+                <view class="">师傅编号</view>
+                <view class="flex" style="flex: 1">
+                  <input v-model="workerNumber" type="text" placeholder="请输入师傅编号" />
+                </view>
+              </view>
+              <view class="item flex">
                 <view class="">银行卡号</view>
                 <view class="flex" style="flex: 1">
                   <input v-model="bankAccount" maxlength="18" type="text" placeholder="请输入银行卡号" />
@@ -335,6 +341,8 @@ export default {
       // 网点
       websitName: '',
       websitId: '',
+      // 师傅编号
+      workerNumber: '',
       // 名称
       name: '',
       // 银行卡号
@@ -576,6 +584,7 @@ export default {
     dataAssembly() {
       return {
         name: this.name,
+        workerNumber: this.workerNumber,
         bankAccount: this.bankAccount,
         idCard: this.idcard,
         idCardStartTime: this.idCardStateTime ? this.idCardStateTime + ' 00:00:00' : '',