diff --git a/src/api/inout/orderDetailBiz.js b/src/api/inout/orderDetailBiz.js
index 776a65aa..49a51756 100644
--- a/src/api/inout/orderDetailBiz.js
+++ b/src/api/inout/orderDetailBiz.js
@@ -41,6 +41,14 @@ export function updateById(data) {
});
}
+export function updateBizById(data) {
+ return axios({
+ url: "/udiwms/inout/bizDetail/updateById",
+ method: "post",
+ data: data
+ });
+}
+
export function insertInvoice(params) {
return axios({
url: "/udiwms/inout/biz/insertInvoice",
diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue
index e55c8215..fe0ccd83 100644
--- a/src/views/inout/DialogCheck.vue
+++ b/src/views/inout/DialogCheck.vue
@@ -141,17 +141,18 @@
:limit="1"
:headers="headers"
:on-exceed="uploadHandleExceed"
- accept=".jpg,.png,.pdf,.doc"
+ accept=".jpg,.png"
:on-change="uploadOnchange"
:on-success="uploadHandleSuccess"
:on-error="uploadHandleError"
+ :on-before="uploadHandleBefore"
:file-list="fileList"
:data="{type:'image2'}"
:auto-upload="true">