Ver código fonte

change: indent增加手机号的录入.

peter 3 meses atrás
pai
commit
8e1ca3d09a

+ 8 - 0
src/pages/indent-manage/indent/components/quoteRecord.vue

@@ -87,6 +87,13 @@
                   </el-input>
                 </el-form-item>
 
+                <el-form-item
+                  label="Phone"
+                  prop="Phone"
+                >
+                  <el-input v-model="formList[props.$index].Phone"></el-input>
+                </el-form-item>
+
                 <el-form-item
                   :rules="{
                     required: true,
@@ -427,6 +434,7 @@ const onATTNSelect = () => {
   target.Shipping_Code = v.Shipping_Post_Code || ''
   target.Shipping_Country = v.Shipping_Country || ''
   target.Primary_Contact = v.Primary_Contact || ''
+  target.Phone = v.Phone || ''
   show2.value = false
 }
 let close = (done = {} as any) => {