Commit 8c63af22 authored by 沈翠玲's avatar 沈翠玲

增加删除按钮

parent 0189064c
......@@ -33,7 +33,7 @@
<uni-pagination :show-icon="true" style="margin-top: 10rpx;" v-if="total" :total="total" :current="queryParams.pageNum" :pageSize="queryParams.pageSize" @change="handlePage" />
</u-modal>
<!-- 添加或修改生产报工记录对话框 -->
<u-modal :title="title" v-model="open" width="80%" :show-confirm-button="form.status =='PREPARE' && optType !='view' " show-cancel-button
<u-modal :title="title" v-model="open" width="80%" :show-confirm-button="optType !='view' " show-cancel-button
@confirm="submitForm" :title-style="{ 'background-color': '#1E3770', color: '#FFFFFF', 'line-height': '37px', 'padding-top': '0px' }" :content-style="{ padding: '20rpx', 'max-height': '87vh' }">
<u-form ref="form" :model="form" label-width="100px">
<u-row>
......
......@@ -2285,7 +2285,7 @@ export default {
slot: 'peration'
}
],
taskType: 3,
taskType: item.taskType,
listTabPro: [],
tableOrderData: [],
tableDirectiveData: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment