|
@@ -68,7 +68,7 @@
|
|
|
<el-input
|
|
|
class="textinput"
|
|
|
@input="onInput"
|
|
|
- placeholder="请输入内容(必填)"
|
|
|
+ placeholder="(必填)"
|
|
|
v-model.number="scope.row.orderPlanWeight"
|
|
|
></el-input>
|
|
|
</template>
|
|
@@ -83,7 +83,7 @@
|
|
|
</el-input>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
- placeholder="请输入内容(非必填)"
|
|
|
+ placeholder="(非必填)"
|
|
|
@click="select(scope.$index,3)"
|
|
|
>浏览</el-button
|
|
|
>
|
|
@@ -100,7 +100,7 @@
|
|
|
<template v-if="item.prop == 'saleOrderConsignee'">
|
|
|
<el-input
|
|
|
class="textinput4"
|
|
|
- placeholder="请输入内容(非必填)"
|
|
|
+ placeholder="(非必填)"
|
|
|
v-model.number="scope.row.saleOrderConsignee"
|
|
|
></el-input>
|
|
|
</template>
|
|
@@ -108,7 +108,7 @@
|
|
|
<template v-if="item.prop == 'saleOrderConsigneeTel'">
|
|
|
<el-input
|
|
|
class="textinput5"
|
|
|
- placeholder="请输入内容(非必填)"
|
|
|
+ placeholder="(非必填)"
|
|
|
v-model.number="scope.row.saleOrderConsigneeTel"
|
|
|
@input="onInput"
|
|
|
></el-input>
|
|
@@ -356,15 +356,15 @@ export default {
|
|
|
slot: true,
|
|
|
},
|
|
|
{
|
|
|
- prop: "saleShipperAddressName",
|
|
|
- label: "收货地址",
|
|
|
- width: "300",
|
|
|
+ prop: "saleDateOfReceipt",
|
|
|
+ label: "发货日期",
|
|
|
+ width: "230",
|
|
|
slot: true,
|
|
|
},
|
|
|
{
|
|
|
- prop: "saleDateOfReceipt",
|
|
|
- label: "发货日期",
|
|
|
- width: "270",
|
|
|
+ prop: "saleShipperAddressName",
|
|
|
+ label: "收货地址",
|
|
|
+ width: "300",
|
|
|
slot: true,
|
|
|
},
|
|
|
{
|