src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchForm.vue
@@ -99,6 +99,11 @@ </a-form-model-item> </a-col> <a-col :span="24"> <a-form-model-item label="首检意见" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="inspectionOpinion"> <a-textarea v-model="model.inspectionOpinion" rows="4" placeholder="请输入首检意见" /> </a-form-model-item> </a-col> <a-col :span="24"> <a-form-model-item label="审批人" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="approver"> <a-input v-model="model.approver" placeholder="请输入审批人" ></a-input> </a-form-model-item> src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue
@@ -67,9 +67,9 @@ <span slot="action" slot-scope="text, record"> <a v-if="record.flowStatus === '1'" @click="handleEdit(record)">上传/修改信息</a> <a v-if="record.flowStatus === '0'" @click="handleEdit(record)">上传/修改信息</a> <a-divider v-if="record.flowStatus === '1'" type="vertical" /> <a-divider v-if="record.flowStatus === '0'" type="vertical" /> <a @click="handleOpenPrintGuideCardModal(record)">生成数控加工程序确认表</a> src/views/flowable/workflow/FlowTodo.vue
@@ -497,7 +497,7 @@ case 'ggApproval': this.handDispatchFileDetial(item) break case 'standardized_approval': case 'ncFileSettingProcessApproval': this.handStandardizedDetial(item) break case 'sbdjApproval': @@ -588,20 +588,20 @@ let result = parts[0] return result }, //DNC-指派NC程序至设备 handDrDetial(item) { this.selectShenpiData = item this.$refs.modalFormApproval.clearTableSource() this.$refs.modalFormApproval.getAllApproveData(item) }, //DNC-NC程序签派 handDispatchFileDetial(item) { console.log('item----->', item) this.selectDispatchFileXqData = item this.$refs.modalFormDispatchFileXq.clearTableSource() this.$refs.modalFormDispatchFileXq.getAllApproveData(item) }, //定型审批页面 //DNC-定型审批页面 handStandardizedDetial(item){ this.selectDispatchFileXqData = item this.$refs.StandardizedProcessHandle.clearTableSource()