|
@@ -1399,7 +1399,7 @@ class Whlabel_bh extends Start_Controller {
|
|
$post['num'] = $v[5];
|
|
$post['num'] = $v[5];
|
|
$post['state'] = ($v[3] == '生产')?0:1;
|
|
$post['state'] = ($v[3] == '生产')?0:1;
|
|
$post['purchase'] = "";//供货商
|
|
$post['purchase'] = "";//供货商
|
|
- $post['shipremarks'] = $v[6];//
|
|
|
|
|
|
+ $post['shipremarks'] = empty($v[6])?" ":$v[6];//
|
|
$post['rknum'] = 0;
|
|
$post['rknum'] = 0;
|
|
$post['scapi'] = 0;
|
|
$post['scapi'] = 0;
|
|
$post['dbapi'] = 0;
|
|
$post['dbapi'] = 0;
|