Browse Source

数据录取

master
mch 2 years ago
parent
commit
9cf71eedcd
  1. 4
      src/components/unitGrouping/unitGroupCategory.vue
  2. 3
      src/views/common-settings/SampleGroup.vue
  3. 2
      src/views/fee-settings/SysParmType.vue

4
src/components/unitGrouping/unitGroupCategory.vue

@ -283,8 +283,8 @@ export default {
console.log(price); console.log(price);
this.addrulst.push({ this.addrulst.push({
asbitemId: "3a0b2f0c-f884-bec4-a350-79b46b455a2d", asbitemId: "3a0b2f0c-f884-bec4-a350-79b46b455a2d",
price: prices,
// price: this.psrice,
// price: prices,
price: this.psrice,
customerOrgGroupId: this.personnelUnit.customerOrgGroupId, customerOrgGroupId: this.personnelUnit.customerOrgGroupId,
}); });
}); });

3
src/views/common-settings/SampleGroup.vue

@ -466,7 +466,8 @@ export default {
// //
posjectlist() { posjectlist() {
projectlist().then((res) => { projectlist().then((res) => {
this.projectid = res.data.items;
console.log(res);
this.projectid = res.data;
}); });
}, },
handlechang(value, direction, movedkeys) { handlechang(value, direction, movedkeys) {

2
src/views/fee-settings/SysParmType.vue

@ -37,7 +37,7 @@
<el-table-column prop="remark" label="备注" width="360"> <el-table-column prop="remark" label="备注" width="360">
</el-table-column> </el-table-column>
<el-table-column label="创建者" prop="creatorName"></el-table-column> <el-table-column label="创建者" prop="creatorName"></el-table-column>
<el-table-column label="创建时间">
<el-table-column label="创建时间" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.creationTime | dateFormat }} {{ scope.row.creationTime | dateFormat }}
</template> </template>

Loading…
Cancel
Save