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