diff --git a/src/api/Inventory/CreatePickingList.js b/src/api/Inventory/CreatePickingList.js index d22ce193..4f509941 100644 --- a/src/api/Inventory/CreatePickingList.js +++ b/src/api/Inventory/CreatePickingList.js @@ -7,7 +7,7 @@ export function initPickPerson() { method: 'post', data: { type: '3', - name: 'select 姓名,人员编号 from 人事档案管理_人员名单 where 是否离职 = 0' + name: 'select 姓名,人员编号 from 人事档案管理_人员名单 where 是否离职 = 0 order by 姓名 ' } }) } diff --git a/src/assets/img/img12.png b/src/assets/img/img12.png index c4c53c05..c6606389 100644 Binary files a/src/assets/img/img12.png and b/src/assets/img/img12.png differ diff --git a/src/styles/index.scss b/src/styles/index.scss index 40584490..edb9e08d 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -243,3 +243,34 @@ h3 { font-weight:bold; color: black; } +//生成 +.el-button--shengcheng{ + background: #ffffff; + border-color: rgb(255,151,89); + color: rgb(255,151,89); + &:hover{ + background: #ffffff; + border-color: rgb(255,151,89); + color: rgb(255,151,89); + } + &:focus{ + background: #ffffff; + border-color: rgb(255,151,89); + color: rgb(255,151,89); + } +} +.el-button--baocun.is-disabled{ + background: LightGreen; + border-color: LightGreen; + color: white; + &:hover{ + background: LightGreen; + border-color: LightGreen; + color: white; + } + &:focus{ + background: LightGreen; + border-color: LightGreen; + color: white; + } +} diff --git a/src/utils/request.js b/src/utils/request.js index 8ff60856..8eaacaf2 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://192.168.0.101:8411/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index 99a7f1b1..79f3c16c 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -69,14 +69,14 @@ @@ -131,12 +131,14 @@ diff --git a/src/views/Assembly/AssemblyQualityInspection/index.vue b/src/views/Assembly/AssemblyQualityInspection/index.vue index b49aecf2..f6475a73 100644 --- a/src/views/Assembly/AssemblyQualityInspection/index.vue +++ b/src/views/Assembly/AssemblyQualityInspection/index.vue @@ -34,11 +34,13 @@ :value="item.value"/> 查询 - 导出 + + 导出 + - +