diff --git a/ant-design-vue-jeecg/src/views/system/flow/FlowProcess.vue b/ant-design-vue-jeecg/src/views/system/flow/FlowProcess.vue index 1658d5b..4d9a52d 100644 --- a/ant-design-vue-jeecg/src/views/system/flow/FlowProcess.vue +++ b/ant-design-vue-jeecg/src/views/system/flow/FlowProcess.vue @@ -85,7 +85,7 @@ export default { close() { this.$emit('close'); this.visible = false; - this.$refs.form.clearValidate(); + // this.$refs.form.clearValidate(); }, edit(record,type) { this.visible = true; diff --git a/ant-design-vue-jeecg/src/views/system/receipt/ReceiptHeaderList.vue b/ant-design-vue-jeecg/src/views/system/receipt/ReceiptHeaderList.vue index e478d3c..bcd0d99 100644 --- a/ant-design-vue-jeecg/src/views/system/receipt/ReceiptHeaderList.vue +++ b/ant-design-vue-jeecg/src/views/system/receipt/ReceiptHeaderList.vue @@ -185,7 +185,7 @@ <a class="ant-dropdown-link">更多 <a-icon type="down"/></a> <a-menu slot="overlay"> <a-menu-item > - <a v-if="record.firstStatus > 0 && flowOff=='1' " @click="openProcess(record)"><a-button type="primary">审核进度</a-button><a-divider type="vertical"/></a> + <a v-if="record.firstStatus > 0 && flowOff=='1'" @click="openProcess(record)" type="primary">审核进度</a> </a-menu-item> <a-menu-item v-has="'receiptHeader:edit'"> <a @click="handleEdit(record)">编辑</a> diff --git a/ant-design-vue-jeecg/src/views/system/shipment/ShipmentHeaderList.vue b/ant-design-vue-jeecg/src/views/system/shipment/ShipmentHeaderList.vue index a905fc3..0f57ee8 100644 --- a/ant-design-vue-jeecg/src/views/system/shipment/ShipmentHeaderList.vue +++ b/ant-design-vue-jeecg/src/views/system/shipment/ShipmentHeaderList.vue @@ -200,7 +200,7 @@ <a class="ant-dropdown-link">更多 <a-icon type="down"/></a> <a-menu slot="overlay"> <a-menu-item > - <a v-if="record.firstStatus > 0 &&flowOff=='1' " @click="openProcess(record)"><a-button type="primary">审核进度</a-button><a-divider type="vertical"/></a> + <a v-if="record.firstStatus > 0 && flowOff=='1'" @click="openProcess(record)" type="primary">审核进度</a> </a-menu-item> <a-menu-item v-has="'shipmentHeader:edit'"> <a @click="handleEdit(record)">编辑</a> @@ -261,8 +261,8 @@ export default { companyList: [], shipmentTypeList: [], customerList: [], - username:'', - flowStatus:'', + username: '', + flowStatus: '', flowOff:'', // 表头 columns: [ @@ -438,7 +438,7 @@ export default { this.selectedMainId = selectedRowKeys[0].toString(); this.selectedRowKeys = selectedRowKeys; this.selectionRows = selectionRows; - this.flowStatus=selectionRows[0].firstStatus; + this.flowStatus = selectionRows[0].firstStatus.toString(); }, hanleBack(record) { backErpShipment(record).then((res) => {