|
@@ -259,10 +259,7 @@
|
|
|
<div>
|
|
|
<span>{{ scope.row.orderDate }}</span>
|
|
|
<el-button
|
|
|
- v-if="
|
|
|
- $checkBtnRole('date', $route.meta.roles) &&
|
|
|
- (scope.row.examineStatus === 'SAVE' || scope.row.examineStatus === 'WAIT')
|
|
|
- "
|
|
|
+ v-if="$checkBtnRole('date', $route.meta.roles) && !isCustomer && scope.row.examineStatus !== 'SAVE'"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
style="padding: 0; margin-left: 4px"
|
|
@@ -951,7 +948,8 @@ export default {
|
|
|
editDateHome({
|
|
|
refEnginRecordNo: this.screenForm.loginNum,
|
|
|
enginOrderId: this.editId,
|
|
|
- orderDate: this.dateForm.date + ' 00:00:00'
|
|
|
+ orderDate: this.dateForm.date + ' 00:00:00',
|
|
|
+ refEnginRecordNo: this.screenForm.loginNum
|
|
|
}).then(res => {
|
|
|
this.isShowEditDateDialog = false
|
|
|
this.getList()
|