|
@@ -1307,9 +1307,9 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- label: '客户全称',
|
|
|
- prop: 'corpId',
|
|
|
- span: 8,
|
|
|
+ label: '银行帐号',
|
|
|
+ prop: 'banks',
|
|
|
+ type: 'select',
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|
|
@@ -1318,33 +1318,30 @@ export default {
|
|
|
}
|
|
|
]
|
|
|
}, {
|
|
|
- label: '到货地址',
|
|
|
- prop: 'arrivalAddress',
|
|
|
- span:16,
|
|
|
+ label: '公司户头',
|
|
|
+ prop: 'banksAccountName',
|
|
|
rules: [
|
|
|
{
|
|
|
- required: true,
|
|
|
+ required: false,
|
|
|
message: ' ',
|
|
|
- trigger: 'change'
|
|
|
+ trigger: 'blur'
|
|
|
}
|
|
|
]
|
|
|
}, {
|
|
|
- label: '生产工厂',
|
|
|
- prop: 'productionPlant',
|
|
|
- span: 8,
|
|
|
+ label: '开户银行',
|
|
|
+ prop: 'accountBank',
|
|
|
rules: [
|
|
|
{
|
|
|
- required: true,
|
|
|
+ required: false,
|
|
|
message: ' ',
|
|
|
- trigger: 'change'
|
|
|
+ trigger: 'blur'
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- label: '发货地址',
|
|
|
- prop: 'shippingAddress',
|
|
|
- disabled: false,
|
|
|
- span: 16,
|
|
|
+ label: '客户全称',
|
|
|
+ prop: 'corpId',
|
|
|
+ span: 8,
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|
|
@@ -1352,10 +1349,10 @@ export default {
|
|
|
trigger: 'change'
|
|
|
}
|
|
|
]
|
|
|
- }, {
|
|
|
- label: '银行帐号',
|
|
|
- prop: 'banks',
|
|
|
- type: 'select',
|
|
|
+ }, {
|
|
|
+ label: '到货地址',
|
|
|
+ prop: 'arrivalAddress',
|
|
|
+ span:16,
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|
|
@@ -1364,26 +1361,30 @@ export default {
|
|
|
}
|
|
|
]
|
|
|
}, {
|
|
|
- label: '公司户头',
|
|
|
- prop: 'banksAccountName',
|
|
|
+ label: '生产工厂',
|
|
|
+ prop: 'productionPlant',
|
|
|
+ span: 8,
|
|
|
rules: [
|
|
|
{
|
|
|
- required: false,
|
|
|
+ required: true,
|
|
|
message: ' ',
|
|
|
- trigger: 'blur'
|
|
|
+ trigger: 'change'
|
|
|
}
|
|
|
]
|
|
|
- }, {
|
|
|
- label: '开户银行',
|
|
|
- prop: 'accountBank',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '发货地址',
|
|
|
+ prop: 'shippingAddress',
|
|
|
+ disabled: false,
|
|
|
+ span: 16,
|
|
|
rules: [
|
|
|
{
|
|
|
- required: false,
|
|
|
+ required: true,
|
|
|
message: ' ',
|
|
|
- trigger: 'blur'
|
|
|
+ trigger: 'change'
|
|
|
}
|
|
|
]
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
label: '销售订单号',
|
|
|
prop: 'orderNo',
|
|
|
disabled: true,
|