|
@@ -31,7 +31,7 @@
|
|
|
</vxe-table-column>
|
|
|
<vxe-table-column field="contractName" align="center" title="合同名称"></vxe-table-column>
|
|
|
<vxe-table-column field="programNo" align="center" title="项目编号"></vxe-table-column>
|
|
|
- <vxe-table-column field="clientName" align="center" title="委托方"></vxe-table-column>
|
|
|
+<!-- <vxe-table-column field="clientName" align="center" title="委托方"></vxe-table-column>-->
|
|
|
<!-- <vxe-table-column field="reportNo" title="报告号" :edit-render="{}">-->
|
|
|
<!-- <template v-slot:edit="scope">-->
|
|
|
<!-- <el-input v-model="scope.row.reportNo" placeholder="请填写报告号"/>-->
|
|
@@ -64,13 +64,13 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import FinanceInvoiceService from '@/api/finance/invoice/FinanceInvoiceService'
|
|
|
- import WorkClientService from '@/api/sys/WorkClientService'
|
|
|
- import ProjectForm from '@/views/modules/program/registered/ProjectForm'
|
|
|
- import ProgramPageForm from '@/views/modules/finance/invoice/ProgramPageForm'
|
|
|
+ import FinanceInvoiceService from '@/api/cw/invoice/CwFinanceInvoiceService'
|
|
|
+ import WorkClientService from '@/api/cw/workClientInfo/WorkClientService'
|
|
|
+ import ProjectForm from '@/views/modules/cw/projectRecords/ProjectRecordsForm'
|
|
|
+ import ProgramPageForm from '@/views/modules/cw/invoice/ProgramPageForm'
|
|
|
import UpLoadComponent from '@/views/common/UpLoadComponent'
|
|
|
- import ContractForm from '@/views/modules/program/registered/ContractForm'
|
|
|
- import WorkClientForm from '@/views/modules/program/registered/WorkClientForm'
|
|
|
+ import ContractForm from '@/views/modules/cw/invoice/ContractForm'
|
|
|
+ import WorkClientForm from '@/views/modules/cw/invoice/WorkClientForm'
|
|
|
import SelectUserTree from '@/views/modules/utils/treeUserSelect'
|
|
|
import SelectTree from '@/components/treeSelect/treeSelect.vue'
|
|
|
export default {
|
|
@@ -203,7 +203,7 @@
|
|
|
this.inputForm = this.recover(this.inputForm, data)
|
|
|
this.inputForm = JSON.parse(JSON.stringify(this.inputForm))
|
|
|
if (!this.commonJS.isEmpty(this.inputForm.billingWorkplaceRealId)) {
|
|
|
- this.workClientService.findById(this.inputForm.billingWorkplaceRealId).then((data) => {
|
|
|
+ this.workClientService.queryById(this.inputForm.billingWorkplaceRealId).then((data) => {
|
|
|
this.bankList = data.data.workClientBank
|
|
|
})
|
|
|
}
|