|
@@ -81,7 +81,7 @@
|
|
<add-edit
|
|
<add-edit
|
|
:sitem="sitem"
|
|
:sitem="sitem"
|
|
:show-model="showModel"
|
|
:show-model="showModel"
|
|
- :type="'2'"
|
|
|
|
|
|
+ :type="'3'"
|
|
@refresh="searchList"
|
|
@refresh="searchList"
|
|
@cancel="showModel = false"
|
|
@cancel="showModel = false"
|
|
/>
|
|
/>
|
|
@@ -145,7 +145,7 @@ export default {
|
|
this.searchList();
|
|
this.searchList();
|
|
},
|
|
},
|
|
openModal(sitem) {
|
|
openModal(sitem) {
|
|
- if (this.checkAuditTime('9:00','18:00')) return this.$message.warning('9:00至18:00不可编辑')
|
|
|
|
|
|
+ // if (this.checkAuditTime('9:00','18:00')) return this.$message.warning('9:00至18:00不可编辑')
|
|
|
|
|
|
this.showModel = true;
|
|
this.showModel = true;
|
|
this.sitem = sitem;
|
|
this.sitem = sitem;
|