|
@@ -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) => {
|