diff --git a/klp-ui/src/assets/styles/element-ui.scss b/klp-ui/src/assets/styles/element-ui.scss index 7ea86558..480f6e59 100644 --- a/klp-ui/src/assets/styles/element-ui.scss +++ b/klp-ui/src/assets/styles/element-ui.scss @@ -1551,8 +1551,8 @@ body { .el-pager li { margin: 0 2px; min-width: 30px; - height: 30px; - line-height: 30px; + // height: 30px; + // line-height: 30px; border-radius: 4px; background: $--metal-gradient-light; border: 1px solid $--border-color-light; diff --git a/klp-ui/src/components/CoilSelector/data.js b/klp-ui/src/components/CoilSelector/data.js new file mode 100644 index 00000000..85762b0e --- /dev/null +++ b/klp-ui/src/components/CoilSelector/data.js @@ -0,0 +1,52 @@ +export const defaultColumns = [ + { + label: '卷号', + align: 'center', + prop: 'currentCoilNo', + showOverflowTooltip: true + }, + { + label: '存储位置', + align: 'center', + prop: 'actualWarehouseName', + width: '120', + showOverflowTooltip: true + }, + { + label: '物料', + align: 'center', + prop: 'itemName', + width: '100' + }, + { + label: '规格', + align: 'center', + prop: 'specification', + width: '100' + }, + { + label: '材质', + align: 'center', + prop: 'material', + width: '100' + }, + { + label: '厂家', + align: 'center', + prop: 'manufacturer', + width: '100' + }, + { + label: '重量(t)', + align: 'center', + prop: 'netWeight', + width: '100' + }, + { + label: '库区', + align: 'center', + prop: 'warehouseName', + width: '120', + showOverflowTooltip: true + }, +] \ No newline at end of file diff --git a/klp-ui/src/components/CoilSelector/index.vue b/klp-ui/src/components/CoilSelector/index.vue index 20fe5010..e03cd460 100644 --- a/klp-ui/src/components/CoilSelector/index.vue +++ b/klp-ui/src/components/CoilSelector/index.vue @@ -24,19 +24,22 @@ @keyup.enter.native="handleQuery" /> - + - + - + - + - + 搜索 重置 @@ -44,22 +47,32 @@ - + - + +
+ + + + + + + + + + +
+ - +