zhangwencui
17 小时以前 8e70dcadbe5a0fe2526e019607eaf8fcd8f1fc88
src/views/salesManagement/salesLedger/index.vue
@@ -910,12 +910,12 @@
                               size="small"
                               :disabled="isProductShipped(scope.row)"
                               @click="openOtherAmountInline(scope.row)">
                      其他金额({{ (scope.row.salesProductProcessList || []).length || 0 }})
                      额外加工({{ (scope.row.salesProductProcessList || []).length || 0 }})
                    </el-button>
                  </template>
                  <div style="display:flex; align-items:center; justify-content:space-between; gap: 10px; margin-bottom: 8px;">
                    <div style="font-weight: 600; color:#303133;">
                      其他金额
                      额外加工
                    </div>
                    <el-button type="primary"
                               plain
@@ -931,7 +931,7 @@
                    <el-select v-model="scope.row.__inlineOtherAmountAddId"
                               filterable
                               clearable
                               placeholder="请选择其他金额项目"
                               placeholder="请选择额外加工项目"
                               style="width: 100%;"
                               :disabled="isProductShipped(scope.row)">
                      <el-option v-for="item in otherAmountSelectOptions"
@@ -981,7 +981,7 @@
                  </div>
                  <div v-else
                       style="color:#909399; font-size: 13px;">
                    暂无其他金额
                    暂无额外加工
                  </div>
                </el-popover>
              </template>