入库
This commit is contained in:
@ -226,15 +226,6 @@
|
||||
}
|
||||
}
|
||||
const numFormat = () => {
|
||||
dataList.value = DataFormat.format(dataList.value, [
|
||||
FormatOption.createQty('qtySettleGj'),
|
||||
FormatOption.createQty('qtySettleTon'),
|
||||
FormatOption.createQty('qtyMeaGj'),
|
||||
FormatOption.createQty('qtyMeaM3'),
|
||||
FormatOption.createAmt('amount'),
|
||||
FormatOption.createQty('priceGj',4),
|
||||
FormatOption.createQty('priceM3',4),
|
||||
]);
|
||||
let obj = {
|
||||
qtySettleGj: formState.qtySettleGj,
|
||||
qtySettleTon: formState.qtySettleTon,
|
||||
|
||||
Reference in New Issue
Block a user