ggg
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user