|
@@ -196,17 +196,19 @@
|
|
|
placeholder="请输入装车净重"
|
|
|
maxlength="20"
|
|
|
size="small"
|
|
|
+ style="width:80px"
|
|
|
/>
|
|
|
<ws-input
|
|
|
v-else
|
|
|
v-model="item.loadNetWeight"
|
|
|
placeholder="请输入装车净重"
|
|
|
maxlength="20"
|
|
|
+ style="width:80px"
|
|
|
size="small"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
<!--装车日期-->
|
|
|
- <el-form-item label="装车日期:" span="1" prop="sendDateStart" >
|
|
|
+ <ws-form-item label="装车日期:" span="1" prop="sendDateStart">
|
|
|
<ws-date-picker
|
|
|
v-if="item.status == '已装车'||item.status == '已送达'"
|
|
|
:disabled="readonly"
|
|
@@ -224,7 +226,7 @@
|
|
|
placeholder="请选择日期"
|
|
|
value-format="yyyy-MM-dd"
|
|
|
/>
|
|
|
- </el-form-item>
|
|
|
+ </ws-form-item>
|
|
|
<!--磅单-->
|
|
|
<ws-form-item label="磅单:" span="1" prop="loadPoundImg">
|
|
|
<!-- slot-scope="scope" -->
|
|
@@ -297,7 +299,7 @@
|
|
|
> -->
|
|
|
</ws-form>
|
|
|
<!-- 提交 -->
|
|
|
- <div style="text-align: right; padding: 10px" class="center">
|
|
|
+ <div style="margin-left: 1300px;" >
|
|
|
<el-button
|
|
|
class="bg-bottom"
|
|
|
type="primary"
|