1
647556386
10 天以前 13b0203002f21fdd6aa800636ab3bcc2bf5ba801
1
已修改3个文件
22 ■■■■■ 文件已修改
项目代码/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrderDetail.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js
@@ -874,9 +874,7 @@
    // if (_button) {
    //   _button.name = isAdd ? this.continueAddName : '保 å­˜';
    // }
    this.boxButtons.forEach(x=>{
      btn.hidden=true
    })
    this.boxButtons.forEach(x=>{})
  },
  resetAdd() {
    if (this.hasDetail) {
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -168,7 +168,6 @@
        type: "string",
        width: 160,
        align: "left",
        link: true,
      },
      {
        field: "upperOrderNo",
@@ -230,6 +229,13 @@
        title: "部门名称",
        type: "string",
        width: 160,
        align: "left",
      },
      {
        field: "operator",
        title: "操作人",
        type: "string",
        width: 120,
        align: "left",
      },
      {
@@ -314,7 +320,6 @@
          width: 90,
          align: "left",
          edit: { type: "string" },
          required: true,
        },
        {
          field: "supplyCode",
@@ -323,7 +328,6 @@
          width: 90,
          align: "left",
          edit: { type: "string" },
          required: true,
        },
        {
          field: "orderQuantity",
@@ -341,6 +345,7 @@
          width: 90,
          align: "left",
          edit: { type: "number" },
          readonly:true
        },
        {
          field: "rowNo",
@@ -349,6 +354,7 @@
          width: 90,
          align: "left",
          edit: { type: "number" },
          readonly:true
        },
        {
          field: "lockQuantity",
@@ -372,7 +378,7 @@
          align: "left",
          edit: { type: "select" },
          bind: { key: "orderDetailStatusEnum", data: [] },
          required: true,
          readonly:true
        },
        {
          field: "creater",
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrderDetail.cs
@@ -47,7 +47,7 @@
        /// <summary>
        /// è¡Œå·
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "行号")]
        [SugarColumn(IsNullable = false, ColumnDescription = "行号", DefaultValue = "0")]
        public int RowNo {  get; set; }
        /// <summary>
@@ -71,7 +71,7 @@
        /// <summary>
        /// è®¢å•明细状态
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "订单明细状态")]
        [SugarColumn(IsNullable = false, ColumnDescription = "订单明细状态", DefaultValue = "0")]
        public int OrderDetailStatus { get; set; }
        /// <summary>
        /// å•位