|
|
|
@ -427,7 +427,7 @@ export default {
|
|
|
|
|
dialogDrag: true, //表单窗口拖拽 |
|
|
|
|
addBtn: true, |
|
|
|
|
viewBtn: true, |
|
|
|
|
searchIcon: true, |
|
|
|
|
searchIcon: false, |
|
|
|
|
delBtn: true, |
|
|
|
|
excelBtn: false, |
|
|
|
|
columnBtn: false, |
|
|
|
@ -446,6 +446,51 @@ export default {
|
|
|
|
|
editDisplay: false, |
|
|
|
|
width: 170, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "iccid", |
|
|
|
|
prop: "iccid", |
|
|
|
|
width: 170, |
|
|
|
|
span: 12, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
|
required: true, |
|
|
|
|
message: "请输入iccid", |
|
|
|
|
trigger: "blur", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "imsi", |
|
|
|
|
prop: "imsi", |
|
|
|
|
span: 12, |
|
|
|
|
width: 150, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
|
required: true, |
|
|
|
|
message: "请输入imsi", |
|
|
|
|
trigger: "blur", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "msisdn", |
|
|
|
|
prop: "msisdn", |
|
|
|
|
span: 12, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
width: 110, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
|
required: true, |
|
|
|
|
message: "请输入msisdn", |
|
|
|
|
trigger: "blur", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "通道名称", |
|
|
|
|
prop: "channelId", |
|
|
|
@ -474,9 +519,9 @@ export default {
|
|
|
|
|
type: "select", |
|
|
|
|
dataType: "String", |
|
|
|
|
span: 12, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
labelWidth: 150, |
|
|
|
|
width: 145, |
|
|
|
|
searchLabelWidth: 110, |
|
|
|
|
width: 110, |
|
|
|
|
search: true, |
|
|
|
|
display: true, |
|
|
|
|
dicUrl: "/api/iot-sim/flowpool/fillData?isSource=" + 1, |
|
|
|
@ -510,6 +555,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
dataType: "String", |
|
|
|
|
span: 12, |
|
|
|
|
width: 145, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
searchLabelWidth: 110, |
|
|
|
|
search: true, |
|
|
|
@ -527,7 +573,7 @@ export default {
|
|
|
|
|
span: 12, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
search: true, |
|
|
|
|
width: 115, |
|
|
|
|
width: 145, |
|
|
|
|
addDisplay: false, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
@ -537,51 +583,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "iccid", |
|
|
|
|
prop: "iccid", |
|
|
|
|
width: 150, |
|
|
|
|
span: 12, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
|
required: true, |
|
|
|
|
message: "请输入iccid", |
|
|
|
|
trigger: "blur", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "imsi", |
|
|
|
|
prop: "imsi", |
|
|
|
|
span: 12, |
|
|
|
|
width: 150, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
|
required: true, |
|
|
|
|
message: "请输入imsi", |
|
|
|
|
trigger: "blur", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "msisdn", |
|
|
|
|
prop: "msisdn", |
|
|
|
|
span: 12, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
width: 110, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
|
{ |
|
|
|
|
required: true, |
|
|
|
|
message: "请输入msisdn", |
|
|
|
|
trigger: "blur", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
label: "卡类型", |
|
|
|
|
prop: "cardType", |
|
|
|
@ -593,6 +595,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
dataType: "number", |
|
|
|
|
span: 12, |
|
|
|
|
width: 110, |
|
|
|
|
labelWidth: 130, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
@ -613,7 +616,7 @@ export default {
|
|
|
|
|
labelWidth: 130, |
|
|
|
|
addDisplay: false, |
|
|
|
|
editDisplay: false, |
|
|
|
|
width: 70, |
|
|
|
|
width: 80, |
|
|
|
|
search: true, |
|
|
|
|
rules: [ |
|
|
|
|
{ required: true, message: "请选择是否出库", trigger: "change" }, |
|
|
|
|