Browse Source

修改车辆查询无法加载车辆类型

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
ca3e82fec2
  1. 2
      src/option/basicdata/basicdataVehicle.js
  2. 2
      src/views/basicdata/vehicle/basicdataVehicle.vue
  3. 2
      src/views/basicdata/vehicle/basicdataVehicleform.vue
  4. 2
      src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue

2
src/option/basicdata/basicdataVehicle.js

@ -170,7 +170,7 @@ export default {
width:"100px",
align:'center',
span:11,
dicUrl: '/api/blade-system/dict-biz/dictionary?code= basic_car_type',
dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_car_type',
props: {
label: 'dictValue',
value: 'dictKey',

2
src/views/basicdata/vehicle/basicdataVehicle.vue

@ -284,7 +284,7 @@ export default {
width: '100px',
align: 'center',
span: 11,
dicUrl: '/api/blade-system/dict-biz/dictionary?code= basic_car_type',
dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_car_type',
props: {
label: 'dictValue',
value: 'dictKey',

2
src/views/basicdata/vehicle/basicdataVehicleform.vue

@ -255,7 +255,7 @@ export default {
width: '100px',
align: 'center',
span: 6,
dicUrl: '/api/blade-system/dict-biz/dictionary?code= basic_car_type',
dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_car_type',
props: {
label: 'dictValue',
value: 'dictKey',

2
src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue

@ -418,7 +418,7 @@ export default {
// //
LODOP.SET_PRINT_MODE('AUTO_CLOSE_PREWINDOW', 1);
// // datahtml
LODOP.ADD_PRINT_HTM('40', '0%', '100%', '100%', templateData);
LODOP.ADD_PRINT_HTM('20', '0%', '100%', '100%', templateData);
// LODOP.PREVIEW(); //()
LODOP.PRINT(); //
},

Loading…
Cancel
Save