啊鑫
6 天以前 ef905a448385c2a78f3ebaa51d2420e1d7765bb9
pages/QC/SJ/detail.vue
@@ -76,7 +76,7 @@
              <view class="info-value">{{ formData.result }}</view>
            </view>
            <view v-if="formData.remarks" class="info-item">
              <view class="info-label">不合格描述</view>
              <view class="info-label">备注</view>
              <view class="info-value danger">{{ formData.remarks }}</view>
            </view>
          </view>
@@ -104,7 +104,7 @@
              </button>
              <button class="btn upload-btn" @click="saveRemarks">
                <uni-icons color="#fff" size="16" type="compose"></uni-icons>
                不合格描述
                备注
              </button>
            </view>
          </view>
@@ -118,7 +118,7 @@
              </button>
              <button class="btn upload-btn" @click="saveRemarks">
                <uni-icons color="#fff" size="16" type="compose"></uni-icons>
                不合格描述
                备注
              </button>
            </view>
            <view class="input-wrapper" style="margin-top: 15px;">
@@ -181,13 +181,13 @@
        </view>
      </view>
      <!-- 弹出层 - 不合格描述 -->
      <!-- 弹出层 - 备注 -->
      <view v-if="remarksPopup" class="overlay">
        <view class="popup">
          <h3>修改不合格描述</h3>
          <h3>修改备注</h3>
          <form>
            <view class="form-group">
              <label class="form-label">不合格描述:</label>
              <label class="form-label">备注:</label>
              <input v-model="remarks" class="form-input" type="text"/>
            </view>
            <view class="popup-buttons">