| | |
| | | </uni-collapse> |
| | | |
| | | |
| | | <uni-forms ref="form" :modelValue="ScanData" validate-trigger="bind" err-show-type="undertext"> |
| | | <uni-forms v-show="isShowSure" ref="form" :modelValue="ScanData" validate-trigger="bind" err-show-type="undertext"> |
| | | <uni-group top="1"> |
| | | <view class="divider"><text>班组长确认信息</text></view> |
| | | <!-- <view class="text-gray margin-bottom-lg">—————————班组长确认信息——————————</view> --> |
| | |
| | | <uni-easyinput type="textarea" v-model="ScanData.initialAcceptanceComment" placeholder="请输入意见" |
| | | :disabled="isShowLast" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label-width="80" required name="randomInspectionFlag" label="抽检标记:"> |
| | | <uni-forms-item :label-width="80" name="randomInspectionFlag" label="抽检标记:"> |
| | | <uni-data-select v-model="ScanData.InspectionFlagName" |
| | | :localdata="ScanData.randomInspectionFlagList" @change="changehandlingInspectionFlag" |
| | | placeholder="请选择" :disabled="isShowLast"/> |
| | | placeholder="请选择" :disabled="isShowLast"/> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label-width="80" name="outNum" label="初验收附件:"> |
| | | <uni-file-picker limit="9" :value="fileList" :image-styles="imageStyles" |
| | |
| | | <uni-easyinput type="textarea" v-model="ScanData.finalAcceptanceComment" placeholder="请输入意见" |
| | | :disabled="isfinal" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item :label-width="80" required name="finalFlagName" label="抽检标记:"> |
| | | <uni-forms-item :label-width="80" name="finalFlagName" label="抽检标记:"> |
| | | <uni-data-select v-model="ScanData.finalFlagName" :localdata="ScanData.finalInspectionFlagList" |
| | | @change="changehandlingFinalFlag" placeholder="请选择" :disabled="isfinal" /> |
| | | </uni-forms-item> |
| | |
| | | */ |
| | | case 'WAIT_FINAL_ACCEPTANCE': |
| | | if (this.flag == 'task') { |
| | | this.title = '终验' |
| | | this.title = '详情' |
| | | this.readonly = true |
| | | this.readonlyFirst = true |
| | | this.isHideFist = true; |
| | |
| | | |
| | | break |
| | | case 'COMPLETE': |
| | | this.isShowSure = true; |
| | | this.isShowSure = true |
| | | this.isHideLast = true |
| | | this.isHideFist = true |
| | | this.isShowLast = true |
| | |
| | | this.isShowBtn = false |
| | | this.title = '详情' |
| | | break |
| | | |
| | | case 'UNDER_MAINTENANCE': |
| | | |
| | | this.isfinal = true |
| | | this.readonlyFirst = true |
| | | this.readonly = true |
| | | this.readonlyFirstFanl = true |
| | | this.isShowBtn = false |
| | | this.title = '详情' |
| | | break |
| | | |
| | | } |
| | | this.ScanData.initialAcceptanceComment = this.announcement1.initialAcceptanceComment |
| | | this.ScanData.typeName = this.announcement1.confirmDealType |