@@ -270,7 +270,7 @@ onMounted?.(() => {
<style lang="scss" scoped>
html.dark .login-container {
- background: url("@/assets/images/login-bg-dark.jpg") no-repeat center right;
+ //background: url("@/assets/images/login-bg-dark.jpg") no-repeat center right;
}
.login-container {
@@ -80,30 +80,6 @@ option.value = Object.assign(option.value, {
selection: true,
column: [
{
- label: "入库单号",
- prop: "taskNo",
- search: true,
- rules: [
- {
- required: true,
- message: "入库单号不能为空",
- trigger: "trigger",
- },
- ],
- label: "计划单号",
- prop: "planNo",
- message: "计划单号不能为空",
label: "仓库编码",
prop: "houseType",
type: "select",
@@ -158,6 +134,16 @@ option.value = Object.assign(option.value, {
search: true
},
+ label: "入库单号",
+ prop: "taskNo",
+ search: true,
+ },
+ {
+ label: "计划单号",
+ prop: "planNo",
label: "流转卡号",
width: 130,
overHidden: true,
@@ -51,18 +51,6 @@ option.value = Object.assign(option.value, {
addBtn: false,
- label: "任务单号",
- width:150,
- overHidden: true
label: "类型",
prop: "type",
@@ -101,6 +89,17 @@ option.value = Object.assign(option.value, {
prop: "unit",
+ label: "任务单号",
+ overHidden: true
label: "库位",
prop: "locationNo",