diff --git a/src/views/canteen/superstore/shopMaterial/index.vue b/src/views/canteen/superstore/shopMaterial/index.vue
index e5ec28a1..b2c4aaa6 100644
--- a/src/views/canteen/superstore/shopMaterial/index.vue
+++ b/src/views/canteen/superstore/shopMaterial/index.vue
@@ -205,7 +205,7 @@
{{ (scope.row.salePrice/100).toFixed(2)||"" }}
-
+
- (scope.row.singlePrice=v.replace(/[^\d.]/g, '').replace(/^(\d*\.\d{2}).*$/, '$1'))"/>
+ (scope.row.singlePrice=v.replace(/[^\d.]/g, '').replace(/^(\d*\.\d{2}).*$/, '$1'))"/>
diff --git a/src/views/foodManage/supplierFunction/supplierQuotation/index.vue b/src/views/foodManage/supplierFunction/supplierQuotation/index.vue
index d4bd8c71..f2b32e04 100644
--- a/src/views/foodManage/supplierFunction/supplierQuotation/index.vue
+++ b/src/views/foodManage/supplierFunction/supplierQuotation/index.vue
@@ -7,12 +7,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
@@ -63,7 +63,7 @@
详情
diff --git a/src/views/foodManage/supplierManage/supplierList/index.vue b/src/views/foodManage/supplierManage/supplierList/index.vue
index 2d46fe0f..82aeafb3 100644
--- a/src/views/foodManage/supplierManage/supplierList/index.vue
+++ b/src/views/foodManage/supplierManage/supplierList/index.vue
@@ -391,8 +391,8 @@
:show-file-list="true"
:file-list="item.fileList"
list-type="picture-card"
- accept=".png, .jpg, .jpeg"
- :class="{ disabled:item.isShowUpload }"
+ accept=".png, .jpg, .jpeg"
+ :on-exceed="handleExceed"
:on-preview="handlePictureCardPreview"
:on-remove="handleRemoveMain(index)"
>
@@ -593,6 +593,9 @@ export default {
},
uploadDisabled2() {
return this.idCardImgF.length > 0
+ },
+ isShowUpload0(){
+ return false
}
},
created() {
@@ -881,9 +884,10 @@ export default {
})
.catch((error) => {
this.$modal.msgError(error)
- })
-
-
+ })
+ },
+ handleExceed(files, fileList){
+ this.$modal.msgError('资质照片最多上传一个')
},
handleRemoveMain(index) {
this.mainQualificationList[index].imgUrl="";
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index cf529c3f..f659e235 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -633,7 +633,7 @@