|
@@ -204,7 +204,6 @@
|
|
|
var that = this;
|
|
|
this.confirmLoading = true
|
|
|
this.$nextTick(() => {
|
|
|
- this.queryParam.pageSize = 1
|
|
|
salesOrder(this.queryParam).then(res => {
|
|
|
this.confirmLoading = false
|
|
|
if (res.success) {
|
|
@@ -243,7 +242,7 @@
|
|
|
},
|
|
|
//保存
|
|
|
addSave(){
|
|
|
- submitSalesOrder({sySOAndOM:this.manualData}).then(res => {
|
|
|
+ submitSalesOrder(this.manualData).then(res => {
|
|
|
if (res.success) {
|
|
|
this.$message.success('保存成功')
|
|
|
this.close()
|