diff --git a/public/favicon.png b/public/favicon.png index ecd70ca..cdc4a2f 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/src/api/common.js b/src/api/common.js index ff9dd57..9452470 100644 --- a/src/api/common.js +++ b/src/api/common.js @@ -22,3 +22,14 @@ export const exportBlob1 = (url, params) => { responseType: 'blob' }) } + +// 下载压缩包 +export const zipDownload = (url, params) => { + return request({ + url: url, + data: params, + method: 'post', + responseType: "blob", + // headers: { "Content-Type": "multipart/form-data" } + }) +} diff --git a/src/assets/json/status.json b/src/assets/json/status.json index 5d508ba..116a63c 100644 --- a/src/assets/json/status.json +++ b/src/assets/json/status.json @@ -520,7 +520,7 @@ "type": "" }, { - "name": "", + "name": "待接单", "status": 205, "color": "#f56c6c", "type": "" @@ -532,16 +532,16 @@ "type": "" }, { - "name": "已驳回", + "name": "待提报", "status": 100, "color": "#f56c6c", "type": "danger" }, { - "name": "已驳回", + "name": "待接单", "status": 101, - "color": "#f56c6c", - "type": "danger" + "color": "#67c23a", + "type": "success" }, { "name": "已驳回", diff --git a/src/components/order/workOrderDialog.vue b/src/components/order/workOrderDialog.vue index a60b1a1..d72fa91 100644 --- a/src/components/order/workOrderDialog.vue +++ b/src/components/order/workOrderDialog.vue @@ -15,33 +15,33 @@ + :disabled="dataTypes != '2'"> + :disabled="dataTypes != '2'"> + :disabled="dataTypes != '2'"> + :disabled="dataTypes != '2'">
派单信息
+ :disabled="dataTypes != '2'"> + :disabled="dataTypes != '2'"> @@ -50,12 +50,12 @@ + :disabled="dataTypes != '2'"> + :disabled="dataTypes != '2'">
@@ -68,7 +68,7 @@