apply-clients 7.1.36-yuchuan-61 → 7.1.36-yuchuan-62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1908,7 +1908,7 @@ export default {
1908
1908
  // 土建单位失去焦点
1909
1909
  'judgmentEngineering' (index) {
1910
1910
  if (this.show_data.f_engineering_operator_id === '无' && this.show_data.f_civil_engineering !== "无") {
1911
- this.$showAlert('土建工程派单与实际选择不符,请仔细核对后再次提交', 'warning', 3000)
1911
+ this.$showMessage('土建工程派单与实际选择不符,请仔细核对后再次提交')
1912
1912
  throw null
1913
1913
  }
1914
1914
  },
@@ -450,8 +450,10 @@ export default {
450
450
  async click_but (button) {
451
451
  this.disable_button = true
452
452
  for (let i = 0; i < this.data.buttons.length; i++) {
453
- if(button.button_name===this.data.buttons[i].button_name){
454
- this.data.buttons[i].disabled= true
453
+ if( button.button_name!='下发'){
454
+ if(button.button_name===this.data.buttons[i].button_name){
455
+ this.data.buttons[i].disabled= true
456
+ }
455
457
  }
456
458
  }
457
459
  this.data.fields.forEach(item => {