@@ -331,9 +331,10 @@
}"
>
<el-input
- v-model.number="scope.row.singlePrice"
+ v-model="scope.row.singlePrice"
placeholder="请输入"
@input="changeCount(scope.row, scope.$index)"
+ type="number"
<template slot="append">元</template>
</el-input>
@@ -688,7 +688,7 @@
}
},
async sendSubmit(res) {
- const data = await getSendSaleOrderConfirmDetail(
+ const data = await getSendSaleOrderDetail(
this.businessId || res
);
this.processSubmitDialogFlag = true;