This commit is contained in:
2023-08-25 11:20:08 +08:00
parent 75e92b2e4e
commit 41eb213eaa

View File

@ -123,6 +123,7 @@
</div> </div>
<textarea v-model="form.supplierRemark" class="multipleTxt" placeholder="报备描述"></textarea> <textarea v-model="form.supplierRemark" class="multipleTxt" placeholder="报备描述"></textarea>
<two-common-btn class="btn" @cancelClick="cancelBtn" @submitClick="save" /> <two-common-btn class="btn" @cancelClick="cancelBtn" @submitClick="save" />
</div> </div>
<div class="dataType" v-show="auditFormShow"> <div class="dataType" v-show="auditFormShow">
<table> <table>
@ -232,7 +233,7 @@ import {
updateAccountRecordInfo, updateAccountRecordInfo,
selectRecordPictureList,deleteImage selectRecordPictureList,deleteImage
} from "@/api/mine" } from "@/api/mine"
// import TwoCommonBtn from "@/components/twoBtnCommon.vue" import TwoCommonBtn from "@/components/twoBtnCommon.vue"
export default { export default {
name: "accountingView", name: "accountingView",
mixins:[myMixins], mixins:[myMixins],
@ -560,7 +561,7 @@ export default {
} }
}, },
components:{ components:{
// TwoCommonBtn TwoCommonBtn
} }
} }
</script> </script>