|
@@ -802,6 +802,22 @@ export default {
|
|
|
format: 'yyyy-MM-dd HH:mm:ss',
|
|
|
valueFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
|
prop: 'arrivalTime'
|
|
|
+ }, {
|
|
|
+ label: '订单号',
|
|
|
+ prop: 'orderNo',
|
|
|
+ disabled: true
|
|
|
+ }, {
|
|
|
+ label: '场站',
|
|
|
+ prop: 'station'
|
|
|
+ }, {
|
|
|
+ label: '业务员',
|
|
|
+ prop: 'salesman',
|
|
|
+ type: 'select',
|
|
|
+ dicUrl: "/api/blade-client/corpsattn/all-list",
|
|
|
+ props: {
|
|
|
+ label: "cname",
|
|
|
+ value: "id"
|
|
|
+ },
|
|
|
}]
|
|
|
},
|
|
|
goodsOptionFormTwo: {
|
|
@@ -818,13 +834,6 @@ export default {
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
}, {
|
|
|
- label: '订单号',
|
|
|
- prop: 'orderNo',
|
|
|
- disabled: true
|
|
|
- }, {
|
|
|
- label: '场站',
|
|
|
- prop: 'station'
|
|
|
- }, {
|
|
|
label: '船名航次',
|
|
|
prop: 'factory'
|
|
|
}, {
|
|
@@ -852,15 +861,6 @@ export default {
|
|
|
prop: 'siCutoffDate',
|
|
|
type: 'date'
|
|
|
}, {
|
|
|
- label: '业务员',
|
|
|
- prop: 'salesman',
|
|
|
- type: 'select',
|
|
|
- dicUrl: "/api/blade-client/corpsattn/all-list",
|
|
|
- props: {
|
|
|
- label: "cname",
|
|
|
- value: "id"
|
|
|
- },
|
|
|
- }, {
|
|
|
label: '备注',
|
|
|
span: 24,
|
|
|
prop: 'remarks'
|