storage模块

  • 模块重命名为 Inventory

  • 删除 StorageEntryBaseA, StorageEntryItemBaseA, StorageEntryBaseB, StorageEntryItemBaseB, ApplyCardBase, ApplyCardItemBase 模型

  • 模型 WeldStoreThread 重命名为 WeldStoreThreshold

  • WeldMaterialEntry
    • 字段重命名

      改动前 改动后
      create_time create_date
      entry_code uid
      entry_status status
    • 重命名方法 auth_statusmatch_status

  • WeldStoreList
    • 字段重命名

      改动前 改动后
      item_status status
  • WeldingMaterialApplyCard
    • 字段重命名

      改动前 改动后
      applycard_code uid
      create_time create_date
      weld_bead_number weld_seam_uid
    • 修改 apply_count 为 必填项

  • WeldingMaterialHumitureRecord
    • 字段重命名

      改动前 改动后
      storeMan keeper
      actualTemperature1 actual_temp_1
      actualHumidity1 actual_humid_1
      actualTemperature2 actual_temp_2
      actualHumidity2 actual_humid_2
    • 删除 keeperrelated_name

  • WeldingMaterialBakeRecord
    • 字段重命名

      改动前 改动后
      index uid
      standardnum standard_num
      classnum class_num
      heatnum heat_num
      intoheattime furnace_time
      bakingtemp baking_temp
      timefortemp heating_time
      tempfalltime cooling_time
      timeforremainheat holding_time
      keepheattemp holding_temp
      usetime apply_time
      storeMan keeper
      weldengineer welding_engineer
  • SteelMaterialEntry
    • 字段重命名

      改动前 改动后
      material_source source
      entry_code uid
      create_time create_date
      entry_status status
  • SteelMaterialEntryItems
    • 字段重命名

      改动前 改动后
      specification name_spec
  • SteelMaterialStoreList
    • 字段重命名

      改动前 改动后
      specification name_spec
      return_time cancelling_count
  • SteelMaterialApplyCard
    • 字段重命名

      改动前 改动后
      create_time create_date
      applycard_code uid
    • 修改 uidunique=True

    • 修改 applicantrelated_name=’steel_apply_applicant

  • SteelMaterialApplyCardItems
    • 字段重命名

      改动前 改动后
      submateriel materiel
  • SteelMaterialRefundCard
    • 字段重命名

      改动前 改动后
      create_time create_date
      refund_code uid
    • 修改 uidunique=True

  • BoardSteelMaterialRefundItems
    • 字段重命名

      改动前 改动后
      card_info refund_card
      graph graph_path
  • BarSteelMaterialRefundItems
    • 字段重命名

      改动前 改动后
      card_info refund_card
  • WeldRefund
    • 字段重命名

      改动前 改动后
      refund_code uid
      create_time create_date
      refund_weight weight
      refund_count count
      refund_status status
    • 修改 uidunique=True

    • 删除 refund_status 字段

  • AuxiliaryToolEntry
    • 字段重命名

      改动前 改动后
      create_time create_date
      entry_code uid
      entry_status status
  • AuxiliaryToolStoreList
    • 字段重命名

      改动前 改动后
      item_status status
  • AuxiliaryToolApplyCard
    • 字段重命名

      改动前 改动后
      create_time create_date
      applycard_code uid
      storelist actual_storelist
    • 修改 uidunique=True, blank=False, null=False

    • 修改 remarkCharField

  • WeldStoreThreshold
    • 字段重命名

      改动前 改动后
      type category
  • OutsideStandardEntry
    • 字段重命名

      改动前 改动后
      entry_status status
      material_source source
      bidform_code bidding_sheet_uid
      entry_code uid
      create_time create_date
      outsideby_type outside_type
  • OutsideStorageList
    • 字段重命名

      改动前 改动后
      outsidebuy_type category
  • OutsideApplyCard
    • 字段重命名

      改动前 改动后
      submateriel materiel
      create_time create_date
  • OutsideApplyCardItems
    • 字段重命名

      改动前 改动后
      specification name_spec
  • OutsideRefundCard
    • 字段重命名

      改动前 改动后
      refund_code uid
      create_time create_date
    • 修改 uidunique=True, blank=False, null=False

  • OutsideRefundCardItems
    • 字段重命名

      改动前 改动后
      refundcard refund_card
  • CardStatusStopRecord
    • 字段重命名

      改动前 改动后
      create_time create_date
      card_id uid
      card_type category
    • 修改 uidCharField(unique=True)

    • 修改 remarkCharField