kz-ui-base 1.0.172 → 1.0.173

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,12 +154,6 @@ export default class SmOrderSelectModal extends Vue {
154
154
  }
155
155
  };
156
156
  listColumns = [
157
- {text: "销售订单号", property: "salesOrderNo", width: 150},
158
- {text: "生产需求单号", property: "productionDemandCode", width: 150},
159
- {text: "行号", property: "lineNo", width: 60, align: "right"},
160
- {text: "销售合同名称", property: "salesContractName", width: 180},
161
- {text: "客户名称", property: "customerName", width: 250},
162
- {text: "物料编号", property: "materialNo", width: 130},
163
157
  {text: "物料名称", property: "materialName", width: 230},
164
158
  {text: "已计划数量", property: "planedQuantity", width: 90, align: "right",
165
159
  formatter: (row: any, column: any, cellValue: any) => {
@@ -182,6 +176,12 @@ export default class SmOrderSelectModal extends Vue {
182
176
  {text: "单位", property: "salesUnit", dictType: 'uom_code', width: 70},
183
177
  {text: "规格型号", property: "materialSpec", width: 180},
184
178
  {text: "交付类型", property: "exportFlagLabel", width: 80},
179
+ {text: "销售订单号", property: "salesOrderNo", width: 150},
180
+ {text: "生产需求单号", property: "productionDemandCode", width: 150},
181
+ {text: "行号", property: "lineNo", width: 60, align: "right"},
182
+ {text: "销售合同名称", property: "salesContractName", width: 180},
183
+ {text: "客户名称", property: "customerName", width: 250},
184
+ {text: "物料编号", property: "materialNo", width: 130},
185
185
  ];
186
186
 
187
187
  handleSelectionChange(val) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.172",
3
+ "version": "1.0.173",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {