shishuaikang
2023-12-06 39f8ffd810b6b1c8e3964b21fef4c8c24aaa17e1
web/src/views/GoodManage/MixRatioScreen.vue
@@ -64,8 +64,8 @@
          </div>
          <div class="row" v-for="sub in item.dataLists" :key="sub.name">
            <div class="name">{{ sub.name }}</div>
            <div class="column">
              <div class="name">{{ sub.name }}</div>
              <div class="column-item" v-for="(sub, index) in sub.value" :key="index">{{ sub }}</div>
            </div>
          </div>
@@ -372,6 +372,7 @@
      this.submitMode = 'update'
      this.showDialog().then(() => {
        const {mixingSignboardId, proName, constructionUnit, saveStamp, construction, dataListFlat} = this.tableData[i]
        console.log(constructionUnit)
        this.ruleForm = Object.assign(this.ruleForm, {
          mixingSignboardId,
          proName,
@@ -463,7 +464,6 @@
    changeSelectForm(val) {
      let item = this.selects.screenNames.find(obj => obj.value === val)
      this.ruleForm.proName = item.proName
      this.ruleForm.constructionUnit = item.constructionUnit
    }
  }
}
@@ -507,7 +507,7 @@
    .row {
      flex: 1;
      width: 100%;
      height: 40px;
      min-height: 40px;
      margin: 0 -1px -1px 0;
      text-align: center;
      line-height: 40px;
@@ -519,7 +519,6 @@
        align-items: center;
        float: left;
        width: 160px;
        height: 100%;
        margin: -1px -1px -1px 0;
        color: #BEE2F0;
        border: 1px solid #01B3EF;