Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
faa50f57ad
  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", width:"100px",
align:'center', align:'center',
span:11, 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: { props: {
label: 'dictValue', label: 'dictValue',
value: 'dictKey', value: 'dictKey',

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

@ -294,7 +294,7 @@ export default {
width: '100px', width: '100px',
align: 'center', align: 'center',
span: 11, 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: { props: {
label: 'dictValue', label: 'dictValue',
value: 'dictKey', value: 'dictKey',

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

@ -255,7 +255,7 @@ export default {
width: '100px', width: '100px',
align: 'center', align: 'center',
span: 6, 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: { props: {
label: 'dictValue', label: 'dictValue',
value: 'dictKey', value: 'dictKey',

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

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

Loading…
Cancel
Save