yyb
8 小时以前 6d12ef5377cede39299df7b75d37b6541cfc05b6
src/views/productionManagement/productionOrder/index.vue
@@ -83,10 +83,10 @@
      </el-form>
      <template #footer>
        <span class="dialog-footer">
          <el-button @click="bindRouteDialogVisible = false">取 消</el-button>
          <el-button type="primary"
                     :loading="bindRouteSaving"
                     @click="handleBindRouteConfirm">确 认</el-button>
          <el-button @click="bindRouteDialogVisible = false">取 消</el-button>
        </span>
      </template>
    </el-dialog>
@@ -125,16 +125,6 @@
      width: '120px',
    },
    {
      label: "销售合同号",
      prop: "salesContractNo",
      width: '150px',
    },
    {
      label: "客户名称",
      prop: "customerName",
      width: '200px',
    },
    {
      label: "产品名称",
      prop: "productCategory",
      width: '120px',
@@ -152,10 +142,12 @@
    {
      label: "需求数量",
      prop: "quantity",
      width: '100px',
    },
    {
      label: "完成数量",
      prop: "completeQuantity",
      width: '100px',
    },
    {
      dataType: "slot",
@@ -163,6 +155,26 @@
      prop: "completionStatus",
      slot: "completionStatus",
      width: 180,
    },
    {
      label: "销售合同号",
      prop: "salesContractNo",
      width: '150px',
    },
    {
      label: "客户名称",
      prop: "customerName",
      width: '200px',
    },
    {
      label: "备注",
      prop: "remark",
      width: "160px",
    },
    {
      label: "业务员",
      prop: "entryPerson",
      width: "100px",
    },
    {
      label: "开始日期",
@@ -455,19 +467,19 @@
  align-items: start;
}
::v-deep .yellow {
:deep(.yellow) {
  background-color: #FAF0DE;
}
::v-deep .pink {
:deep(.pink) {
  background-color: #FAE1DE;
}
::v-deep .red {
:deep(.red) {
  background-color: #f80202;
}
::v-deep .purple{
:deep(.purple){
  background-color: #F4DEFA;
}
</style>