|
|
|
@ -46,7 +46,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<el-dialog title="part Suppliers" :close-on-click-modal="false" v-drag :visible.sync="contractModelFlag" width="600px"> |
|
|
|
<el-dialog title="Part Suppliers" :close-on-click-modal="false" v-drag :visible.sync="contractModelFlag" width="600px"> |
|
|
|
<div class="dialog-content"> |
|
|
|
<el-form label-position="top" style="margin-top: -5px;"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
@ -80,16 +80,16 @@ |
|
|
|
<el-input v-model="partSuppliersData.deliveryTime" ></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item :label="'二级供应商编码'" > |
|
|
|
<el-input v-model="partSuppliersData.secondarySupplierCode" ></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item :label="'二级供应商名称'" > |
|
|
|
<el-input v-model="partSuppliersData.secondarySupplierName" ></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<!-- <el-col :span="6">--> |
|
|
|
<!-- <el-form-item :label="'二级供应商编码'" >--> |
|
|
|
<!-- <el-input v-model="partSuppliersData.secondarySupplierCode" ></el-input>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="6">--> |
|
|
|
<!-- <el-form-item :label="'二级供应商名称'" >--> |
|
|
|
<!-- <el-input v-model="partSuppliersData.secondarySupplierName" ></el-input>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item :label="'备注'"> |
|
|
|
<el-input type="textarea" :rows="3" v-model="partSuppliersData.remark" style=""></el-input> |
|
|
|
@ -242,42 +242,42 @@ export default { |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 811001, |
|
|
|
serialNumber: '811001Table5SecondarySupplierCode', |
|
|
|
tableId: '811001Table5', |
|
|
|
tableName: '供应商合同', |
|
|
|
columnProp: 'secondarySupplierCode', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '二级供应商编码', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 150 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 811001, |
|
|
|
serialNumber: '811001Table5SecondarySupplierName', |
|
|
|
tableId: '811001Table5', |
|
|
|
tableName: '供应商合同', |
|
|
|
columnProp: 'secondarySupplierName', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '二级供应商名称', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 150 |
|
|
|
}, |
|
|
|
// { |
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
// functionId: 811001, |
|
|
|
// serialNumber: '811001Table5SecondarySupplierCode', |
|
|
|
// tableId: '811001Table5', |
|
|
|
// tableName: '供应商合同', |
|
|
|
// columnProp: 'secondarySupplierCode', |
|
|
|
// headerAlign: 'center', |
|
|
|
// align: 'left', |
|
|
|
// columnLabel: '二级供应商编码', |
|
|
|
// columnHidden: false, |
|
|
|
// columnImage: false, |
|
|
|
// columnSortable: false, |
|
|
|
// sortLv: 0, |
|
|
|
// status: true, |
|
|
|
// fixed: '', |
|
|
|
// columnWidth: 150 |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
// functionId: 811001, |
|
|
|
// serialNumber: '811001Table5SecondarySupplierName', |
|
|
|
// tableId: '811001Table5', |
|
|
|
// tableName: '供应商合同', |
|
|
|
// columnProp: 'secondarySupplierName', |
|
|
|
// headerAlign: 'center', |
|
|
|
// align: 'left', |
|
|
|
// columnLabel: '二级供应商名称', |
|
|
|
// columnHidden: false, |
|
|
|
// columnImage: false, |
|
|
|
// columnSortable: false, |
|
|
|
// sortLv: 0, |
|
|
|
// status: true, |
|
|
|
// fixed: '', |
|
|
|
// columnWidth: 150 |
|
|
|
// }, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 811001, |
|
|
|
|