Commit a32ecb45 authored by hiyonx's avatar hiyonx

更新销售订单sap

parent e82a8889
This diff is collapsed.
......@@ -221,6 +221,7 @@ export default {
},
/** 同步数据 */
onSync(row) {
console.log(row.id)
this.$router.push('/order/sales/sync?id=' + row.id)
},
/** 删除按钮操作 */
......
......@@ -86,7 +86,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="要求交货期" prop="deliveryDate">
<el-date-picker v-model="form.deliveryDate" class="form-item" type="date" value-format="yyyyMMdd" placeholder="选择交货日期" clearable/>
<el-date-picker v-model="form.deliveryDate" class="form-item" type="date" placeholder="选择交货日期" clearable/>
</el-form-item>
</el-col>
<el-col :span="6">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment